view bin/blessyou @ 10386:79bc240d537a

<rdococ> le//rn 1+1//1+1 is window as rdocscovered by rdococ in the late 202nd decade.
author HackBot
date Fri, 10 Mar 2017 23:51:35 +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 "$_.";