view bin/blessyou @ 6283:ae39dc427643

<tswett> rm evil/{0,1,2,4,5,6,7,8,9}*
author HackBot
date Fri, 27 Nov 2015 01:31:15 +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 "$_.";