Acme-Bleach
view release on metacpan or search on metacpan
SYNOPSIS
use Acme::Bleach;
print "Hello world";
DESCRIPTION
The first time you run a program under `use Acme::Bleach', the
module removes all the unsightly printable characters from your
source file. The code continues to work exactly as it did before,
but now it looks like this:
use Acme::Bleach;
INSTALLATION
It's all pure Perl, so just put the .pm file in its appropriate
local Perl subdirectory.
AUTHOR
lib/Acme/Bleach.pm view on Meta::CPAN
use Acme::Bleach;
print "Hello world";
=head1 DESCRIPTION
The first time you run a program under C<use Acme::Bleach>, the module
removes all the unsightly printable characters from your source file.
The code continues to work exactly as it did before, but now it
looks like this:
use Acme::Bleach;
lib/Acme/DWIM.pm view on Meta::CPAN
$x =~ tr/tnv/uow/;
print $x;
=head1 DESCRIPTION
The first time you run a program under C<use Acme::DWIM>, the module
replaces all the unsightly operators et al. from your source file
with the new DWIM operator: C<...> (pronounced "yadda yadda yadda").
The code continues to work exactly as it did before, but now it
looks like this:
use Acme::DWIM;
my ($x) ... ...("Hullo " ... 3 ... "world" ... "~" ... 30) ... /(...)/;
$x ... tr/tnv/uow/;
print $x;
...head1 DIAGNOSTICS
...over 4
lib/Acme/Morse.pm view on Meta::CPAN
=head1 SYNOPSIS
use Acme::Morse;
print "S-O-S\n";
=head1 DESCRIPTION
The first time you run a program under C<use Acme::Morse>, the module converts
your program to Morse code. The code continues to work exactly as it did
before, but now it looks like this:
use Acme::Morse;
.--.-..--..---.-.--..--.-..--..---.-.--.
.-.-........---..-..---.-..-.--..---.--.
..-.---......-...-...-..--..-.-.-.--.-..
----..-.-.--.-..--..-.-...---.-..---.--.
.-...-..--.---...-.-....
=head1 DIAGNOSTICS
( run in 0.447 second using v1.01-cache-2.11-cpan-64827b87656 )