changeset 3056:623844b98809

<nooodl> fetch http://bpaste.net/raw/cvYcEn3Sfi9wZ4cOjCIi/
author HackBot
date Wed, 05 Jun 2013 19:16:03 +0000
parents 44277c0eec41
children 549b1d7eb8dc
files index.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Wed Jun 05 19:16:03 2013 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+$_ = $ARGV[0] || chomp `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file