許家瑋 > Acme-CorpusScrambler > Acme::CorpusScrambler

Download:
Acme-CorpusScrambler-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.04   Source  

NAME ^

Acme::CorpusScrambler - An Acme way doing Lorem Ipsum.

VERSION ^

version 0.04

SYNOPSIS ^

    use Acme::CorpusScrambler;

    my $foo = Acme::CorpusScrambler->new();
    my $text = $foo->scramble;

FUNCTIONS ^

new

Object constructor, no parameters required.

feed( $keyword => $corpus )

Feeds the $corpus to object, indexed by $keyword. The corpus is used latter as scrambling material.

scramble( @keyword )

Generate a piece of lipsum text accroding to @keyword. If you didn't feed any corpus before with feed() method, it will use Text::Greeking::zh_TW's default corpus.

AUTHOR ^

Kang-min Liu <gugod at gugod.org>

shelling <navyblueshellingford at gmail.com>

BUGS ^

Please report any bugs or feature requests to shelling at cpan.org or gugod at gugod.org

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Acme::CorpusScrambler

You can also look for information at:

COPYRIGHT & LICENSE ^

Copyright @ 2007-2008 Kang-min Liu, shelling, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.