From 6e528248414e330c9e25e81596ab47b8b8a5b701 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 14 May 2021 22:44:50 +0430 Subject: first commit --- bin/lorem-ipsum | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/lorem-ipsum (limited to 'bin/lorem-ipsum') 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"; -- cgit v1.2.3