view bin/blessyou @ 9251:4b3c25b76e7b

<oerjan> ` rm wisdom/{hlnp,pnhl,lpnh,nhlp}
author HackBot
date Thu, 13 Oct 2016 00:20:08 +0000
parents 4cc6f4753408
children fea38c2307ee
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Bl/; } else { s/^./B/; } print "$_.";