view bin/hi @ 4125:ecf2f58350e2

<oerjan> echo "A Chu space is just a matrix. Taneb invented them, then Chu stole his invention." >wisdom/chu\\ space
author HackBot
date Wed, 04 Dec 2013 22:34:16 +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 "$_.";