The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Lipsum::Chinese - Chinese Lorem Ipsum Generator

SYNOPSIS

  my $lipsum = WWW::Lipsum::Chinese->new;
  print $lipsum->generate;

DESCRIPTION

This module retrive Chinese "Lorem Ipsum" text genereated by <http://www.richyli.com/tool/loremipsum/> .

METHODS

new

Object constructor.

generate

Generate some random piece of placeholder text.

COPYRIGHT

Copyright 2006 by Kang-min Liu <gugod@gugod.org>.

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

See <http://www.perl.com/perl/misc/Artistic.html>

The author of <http://www.richyli.com/tool/loremipsum/> web tool is Richy Li, See <http://www.richyli.com/about/copyright.htm> for the copyright of richyli.com. The author of this module is not responsible for any possible legal issue of module user. Use at your own risk.