view bin/blessyou @ 8021:f5db21202980

<shachaf> le/rn lem/Stanis\xc5\x82aw Lem was a Polish logician who discovered the law of excluded middle.
author HackBot
date Wed, 11 May 2016 03:31:53 +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 "$_.";