view bin/thanks @ 4029:67499ccf8667

<Bike> pastelog [Mm]ath[- _]?[Nn]erd
author HackBot
date Wed, 20 Nov 2013 05:12:29 +0000
parents c216e32f5e2e
children
line wrap: on
line source

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