view bin/hi @ 10139:1eff68a81862

<oerjan> learn `revert now works fine. Yay fizzie!
author HackBot
date Wed, 18 Jan 2017 23:50:46 +0000
parents 7f957c1f4661
children 140e01ef1912
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 "$_.";