view bin/blessyou @ 11727:fea38c2307ee draft

<shachaf> sled bin/blessyou//s/OUY/OUY0134/g
author HackEso <hackeso@esolangs.org>
date Mon, 11 Feb 2019 01:34:41 +0000
parents 4cc6f4753408
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 "$_.";