view bin/blessyou @ 8013:e5fa82f1f2a3

<Taneb> learn styrofoam is Taneb\'s only weakness.
author HackBot
date Tue, 10 May 2016 10:42:49 +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 "$_.";