Acme::Morse - Perl programming in morse code
use Acme::Morse; print "S-O-S\n";
The first time you run a program under 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
use Acme::Morse; .--.-..--..---.-.--..--.-..--..---.-.--. .-.-........---..-..---.-..-.--..---.--. ..-.---......-...-...-..--..-.-.-.--.-.. ----..-.-.--.-..--..-.-...---.-..---.--. .-...-..--.---...-.-....
Can't encode '%s'
Acme::Morse could not access the source file to modify it.
Can't transmit '%s'
Acme::Morse could not access the source file to execute it.
Damian Conway (as if you couldn't guess)
Copyright (c) 2001, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)
1 POD Error
The following errors were encountered while parsing the POD:
You forgot a '=back' before '=head1'
To install Acme::Bleach, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Acme::Bleach
CPAN shell
perl -MCPAN -e shell install Acme::Bleach
For more information on module installation, please visit the detailed CPAN module installation guide.