6e52824
1 2 3 4 5 6 7 8 9
#!/usr/bin/env perl use Text::Lorem; my $text = Text::Lorem->new(); $paragraphs = $text->paragraphs(10); print $paragraphs; print "\n";