From 2300d2813a524cbfeabac794335e7abe99263df6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 29 Dec 2015 23:10:50 -0500 Subject: initial commit --- title.pl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 title.pl (limited to 'title.pl') diff --git a/title.pl b/title.pl new file mode 100644 index 0000000..2f402f9 --- /dev/null +++ b/title.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl -w + +use bytes; +print chr($_) for (0xff, 0xff, 0x40, 0xbc, 0xff, 0xbf); +undef $/; +$_ = <>; +print $_; -- cgit v1.2.3