view bin/blessyou @ 8207:4e642cb3b13d

<tswett> le/rn mason jar/A Mason jar is a jar made by someone named Mason.
author HackBot
date Sun, 29 May 2016 23:06:33 +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 "$_.";