view bin/hi @ 4078:24054e3f5861

<oerjan> learn Impomatic never did anything weird enough to get into this database.
author HackBot
date Tue, 26 Nov 2013 13:59:42 +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 "$_.";