| Acme-Goedelize documentation | view source | Contained in the Acme-Goedelize distribution. |
Acme::Goedelize - Goedelize text
use Acme::Goedelize;
my $goedelize = new Acme::Goedelize;
my $number = $goedelize->to_number('text');
my $text = $goedelize->to_text($number);
Transforms text into one big number and vice versa.
Todor Todorov, <acidmax@jambolnet.com>
Copyright (C) 2004 by Todor Todorov
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-Goedelize documentation | view source | Contained in the Acme-Goedelize distribution. |