App::PerlGlue

App::PerlGlue provides the perlglue command: tiny text-processing glue for the shell.

Install from source

perl Makefile.PL
make
make test
make install

Try it locally

echo 'Perl is glue' | perl -Ilib bin/perlglue upper
echo 'TEXT' | perl -Ilib bin/perlglue lower

Commands

perlglue help
perlglue version
perlglue upper < input.txt
perlglue lower < input.txt

Roadmap

License

Same terms as Perl itself.