view bin/thanks @ 7463:c850bb7f5058

<b_jonas> learn And is a trintercal operator.
author HackBot
date Sun, 17 Apr 2016 23:20:09 +0000
parents 685e004a3372
children
line wrap: on
line source

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