From e894be68be85309bd7e441b765fdfd4f3a92bd51 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 14 Nov 2008 17:26:03 +0100 Subject: 2 new scripts --- updown.pl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 updown.pl (limited to 'updown.pl') diff --git a/updown.pl b/updown.pl new file mode 100755 index 0000000..f8b7d8a --- /dev/null +++ b/updown.pl @@ -0,0 +1,5 @@ +#!/usr/bin/perl +use Text::UpsideDown; +use feature 'say'; +no warnings; +say upside_down( "@ARGV" ) -- cgit v1.2.3-24-g4f1b