
Acme::LeetSpeak - Speak like a kI[)dI3

Version 0.01

This module makes translates english sentences into "leet". For more information on leet, please consult wikipedia ("/en.wikipedia.org/ " in http:).
use warnings;
use strict;
use Acme::LeetSpeak;
...
my $leet = leet( $string );


Jordan M. Adler, <jmadler at cpan.org>

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

You can find documentation for this module with the perldoc command.
perldoc Acme::LeetSpeak
You can also look for information at:


Copyright 2007 Jordan M. Adler, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.