aboutsummaryrefslogtreecommitdiff
path: root/title.pl
diff options
context:
space:
mode:
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 $_;