view bin/blessyou @ 9286:d014a073aba7

<hppavilion[1]> slwd scow//s#$# Scheme is usually preferred, but Racket will be accepted in a pinch.#
author HackBot
date Sat, 15 Oct 2016 06:09:37 +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 "$_.";