Acme::Morse - Perl programming in morse code


Acme-Bleach documentation  | view source Contained in the Acme-Bleach distribution.

Index


SYNOPSIS

Top

	use Acme::Morse;

	print "S-O-S\n";

DESCRIPTION

Top

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

Top

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.

AUTHOR

Top

Damian Conway (as if you couldn't guess)

COPYRIGHT

Top


Acme-Bleach documentation  | view source Contained in the Acme-Bleach distribution.