Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.13 KB | None | 0 0
  1. #!/usr/bin/env perl
  2.  
  3. use Text::Lorem;
  4.  
  5. my $text = Text::Lorem->new();
  6. $paragraphs = $text->paragraphs(10);
  7.  
  8. print $paragraphs;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement