view bin/thanks @ 4102:a17d2d9ab7c4

<oerjan> echo "Stephen Wolfram is an esolanger with too much money and power." >wisdom/wolfram
author HackBot
date Sat, 30 Nov 2013 23:24:56 +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 "$_.";