
Acme::Greek - ÎÏ'Ï Î±Î»Î» γÏεεκ Ïο με!

Version 1.0

Tired of co-workers complaining that your code is "all greek to them"? Need to send your perl to the local mathematician for review? Look no further than Acme::Greek, which will greek-ify your code but still be executable.
Example:
use Acme::Greek;
print "Hello, world.\n";
When you run this program, it will greek-ify itself:
use Acme::Greek;
ÏÏÎ¹Î½Ï "Îελλο, ÏοÏλδ.\ν";
This might not look like valid perl, but it is. Run the program again, and it prints:
Hello, world.

Jonathan Rockway, <jrockway at cpan.org>

Please report any bugs or feature requests to bug-acme-greek at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Greek. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Copyright 2006 Jonathan Rockway, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.