view bin/hi @ 3893:9dcbf75d6942

<Phantom_Hoover> echo "<oerjan> YOU are out of order." >> bdsmreclist
author HackBot
date Mon, 07 Oct 2013 23:24:23 +0000
parents c216e32f5e2e
children
line wrap: on
line source

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