# HG changeset patch # User HackBot # Date 1370459983 0 # Node ID 728369e3705038705a369cd8d0b0531990063be9 # Parent 8a371054e33d4285fe9d654c9afee920a0af90a6 fetch http://bpaste.net/raw/ozchapci5TyVmaI8l97S/ diff -r 8a371054e33d -r 728369e37050 index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Wed Jun 05 19:19:43 2013 +0000 @@ -0,0 +1,2 @@ +#!/usr/bin/perl +$_ = $ARGV[0] || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_."; \ No newline at end of file