aboutsummaryrefslogtreecommitdiffstats
path: root/bin/lorem-ipsum
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/lorem-ipsum9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/lorem-ipsum b/bin/lorem-ipsum
new file mode 100755
index 0000000..e6ff643
--- /dev/null
+++ b/bin/lorem-ipsum
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+
+use Text::Lorem;
+
+my $text = Text::Lorem->new();
+$paragraphs = $text->paragraphs(10);
+
+print $paragraphs;
+print "\n";