NAME
Acme::Perlmonkify - Rewrites your code in the style of perlmonks.org
SYNOPSIS
perl -MAcme::PerlMonkify my_script.pl
DESCRIPTION
The first time you run a program under Acme::PerlMonkify, the module removes most of the variable, function and file handle names from your source file and replaces them with PerlMonks.org usernames. The code (hopefully) continues to work exactly as it did before, but now it looks like this:
my $Ovid = Benedictine_Monk();
Basavaraj_Khuba($SaveDir, $Ovid);
The easiest way to use this is right from the command prompt:
perl -MAcme::PerlMonkify my_script.pl