view bin/thanks @ 5101:13ae4f023df4

<fizzie> ! glass {M[mxA!yO!a<1>=b<0>=c<10>=/ccc*<1>xs.?=b*y(on).?" "yo.?\\]}
author HackBot
date Sat, 18 Oct 2014 21:54:36 +0000
parents 7f957c1f4661
children 685e004a3372
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 "$_.";