view bin/blessyou @ 11821:c3b21ac3c96d draft

<wob_jonas> learn The reals are an overt complete ordered Brazilian currency invented by Taneb in 1994. You can pay with them fast in Nora\'s Hair Salon.
author HackEso <hackeso@esolangs.org>
date Fri, 24 May 2019 15:55:30 +0000
parents fea38c2307ee
children
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/Bl/; } else { s/^./B/; } print "$_.";