view bin/hi @ 4077:b0128e1ddf08

<oerjan> sed -i \'s/$/ He was Doctor Mengele in his previous life, as evidenced by his norn experiments./\' wisdom/sgeo
author HackBot
date Tue, 26 Nov 2013 13:51:08 +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 "$_.";