view bin/blessyou @ 7598:c4e28cb2e8e0

<oerjan> ` gcc -x c -o bin/Something wGAUV3ER
author HackBot
date Thu, 28 Apr 2016 22:52:30 +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 "$_.";