NAME
Acme::Tpyo - Perl extension for misspelling words!
SYNOPSIS
use Acme::Tpyo;
print misspell("one of these days alice, bang zoom, straight to the moon");
...
my $keysetup = {
PST_LAYOUT =>
{ noshift =>
[
{klay => "`1234567890-=\\", offset => 0},
{klay => "qwertyuiop[]", offset => 0.5},
{klay => "asdfghjkl;'", offset => 1.0},
{klay => "zxcvbnm,./", offset => 1.5},
],
yesshift =>
[
{klay => "~!@#$%^&*()_+|", offset => 0},
{klay => "QWERTYUIOP{}", offset => 0.5},
{klay => "ASDFGHJKL:\"", offset => 1.0},
{klay => "ZXCVBNM<>?", offset => 2},
],
_allow_table_jump => 1,
}
}
=head1 DESCRIPTION
Tired of having to misspell your words on accident? Want to do it more often and worse than normal? Acme::Tpyo is for you! With Acme::Tpyo you can use your normally perfectly type strings and make them look like a 2nd grader! Great to give your project that professional edge your boss is always asking for!
EXPORT
misspell() use it to misspell stuff
AUTHOR
Ryan Voots, simcop2387@gmail.com
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Ryan Voots
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.