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
grep-json— filter JSON Linescsv-to-json— convert CSV to JSON Linesjson-to-csv— convert JSON Lines to CSVextract-url— extract URLs from textrename— batch rename files with Perl regexes
License
Same terms as Perl itself.