view bin/hi @ 3519:b7e30d90448c

<olsner> pastelogs cello projects
author HackBot
date Wed, 28 Aug 2013 21:53:40 +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 "$_.";