view bin/thanks @ 3053:aa66025be094

<nooodl> mv index.html bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:07:48 +0000
parents 517f424df104
children 44277c0eec41
line wrap: on
line source

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