view index.html @ 3052:e92780af8ed6

<nooodl> fetch http://bpaste.net/raw/uYWFUgW0diLjGj2EYiKV/
author HackBot
date Wed, 05 Jun 2013 19:07:28 +0000
parents
children
line wrap: on
line source

#!/usr/bin/perl
$_ = $ARGV[0] || `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";