view bin/thanks @ 3057:549b1d7eb8dc

<nooodl> mv index.html bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:16:09 +0000
parents 44277c0eec41
children 8a371054e33d
line wrap: on
line source

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