aboutsummaryrefslogtreecommitdiffstats
path: root/bin/lorem-ipsum
blob: e6ff64388223c67dc115b67f302a7e1b6e6dbfbf (plain) (blame)
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";