logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Acme::Morse - Perl programming in morse code

Author

       Damian Conway (as if you couldn't guess)

Description

       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;
               .--.-..--..---.-.--..--.-..--..---.-.--.
               .-.-........---..-..---.-..-.--..---.--.
               ..-.---......-...-...-..--..-.-.-.--.-..
               ----..-.-.--.-..--..-.-...---.-..---.--.
               .-...-..--.---...-.-....

Diagnostics

       "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.

Name

       Acme::Morse - Perl programming in morse code

Synopsis

               use Acme::Morse;

               print "S-O-S\n";

See Also