
Acme::Read::Like::A::Monger - convert prose to something a Perl hacker can understand.

$ perl -MAcme::Read::Like::A::Monger < some_text.txt > a_script.pl
If some_text.txt contains:
Hello world! Unit tests are good. Test more.
Then the first few lines of <a_script.pl> will look like:
require Hello::World;
require Unit::Tests::Are::Good;
require Test::More;
When you run this script, the output will be:
Hello world! Unit tests are good. Test more.
Now you can use your Perl-deciphering skills to read plain old text! Fun! Productive! Read like a monger!

Jonathan Rockway <jrockway at cpan.org>

Perl