NAME

App::PerlGlue - tiny text-processing glue for the shell

SYNOPSIS

echo 'Perl is glue' | perlglue upper
echo 'TEXT' | perlglue lower

DESCRIPTION

App::PerlGlue provides a small perlglue command for everyday shell text processing. It is intended to grow into a practical collection of commands that make common data munging jobs faster than reaching for a larger script.

COMMANDS

upper

Uppercase standard input.

lower

Lowercase standard input.

version

Print the installed version.

help

Print command help.

AUTHOR

Your Name <you@example.com>

LICENSE

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.