WWW::Lipsum

WWW::Lipsum is a Perl module to get autogenerated text from lipsum.com.
Download

WWW::Lipsum Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Earle Martin
  • Publisher web site:
  • http://search.cpan.org/~emartin/WWW-Lipsum-0.2/lib/WWW/Lipsum.pm

WWW::Lipsum Tags


WWW::Lipsum Description

WWW::Lipsum is a Perl module to get autogenerated text from lipsum.com. WWW::Lipsum is a Perl module to get autogenerated text from lipsum.com.WWW::Lipsum is a module that will retrive "lorem ipsum" placeholder text from lipsum.com.What is "lorem ipsum"? "Lorem Ipsum, or Lipsum for short, is simply dummy text of the printing and typesetting industry. Lipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only four centuries, but now the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lipsum." -- lipsum.comlipsum.com is a useful resource on the Web that will generate passages of lorem ipsum text for you in sizes of your choice. This module allows you to retrieve them in an OO fashion to utilise for whatever purpose you wish.SYNOPSIS use WWW::Lipsum; my $lipsum = WWW::Lipsum->new; print $lipsum->generate; my @paragraphs = $lipsum->generate( amount => 5, what => 'paras', start => 'no', html => 1 ); Requirements: · Perl


WWW::Lipsum Related Software