Тодор Тодоров > Acme-Goedelize > Acme::Goedelize

Download:
Acme-Goedelize-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

Acme::Goedelize - Goedelize text

SYNOPSIS ^

  use Acme::Goedelize;

  my $goedelize = new Acme::Goedelize;
  
  my $number = $goedelize->to_number('text');
  my $text   = $goedelize->to_text($number);

DESCRIPTION ^

Transforms text into one big number and vice versa.

AUTHOR ^

Todor Todorov, <acidmax@jambolnet.com>

COPYRIGHT AND LICENSE ^

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.