view bin/hi @ 3866:23298d602f9a

<oerjan> mv bin/{rwel,oz}come
author HackBot
date Thu, 03 Oct 2013 22:58:24 +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 "$_.";