aboutsummaryrefslogtreecommitdiff
path: root/title.pl
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-12-29 23:10:50 -0500
committerB. Watson <yalhcru@gmail.com>2015-12-29 23:10:50 -0500
commit2300d2813a524cbfeabac794335e7abe99263df6 (patch)
treed729ca4f99634788cbb3a2101a5b5854a4bc2d06 /title.pl
downloadtaipan-2300d2813a524cbfeabac794335e7abe99263df6.tar.gz
initial commit
Diffstat (limited to 'title.pl')
-rw-r--r--title.pl7
1 files changed, 7 insertions, 0 deletions
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 $_;