view bin/hi @ 11308:6d3e89949ce9

<int-e> learn biweekly/The word "biweekly" is half synonymous with the word --> "bimonthly".
author HackBot
date Fri, 05 Jan 2018 11:33: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 "$_.";