view bin/blessyou @ 9277:a44c751f1302

<oerjan> learn i,i is short for "I have wasps in my underwear, and want to distract myself by saying"
author HackBot
date Fri, 14 Oct 2016 01:39:27 +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 "$_.";