view bin/hi @ 4204:59ead7c90aeb

<oerjan> learn An omalous wisdom is anomalous.
author HackBot
date Thu, 19 Dec 2013 21:03:56 +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 "$_.";