changeset 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 1903db8fb09c
children f6845fbf1126
files bin/blessyou
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/blessyou	Mon Feb 11 01:32:18 2019 +0000
+++ b/bin/blessyou	Mon Feb 11 01:34:41 2019 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl
-$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Bl/; } else { s/^./B/; } print "$_.";
\ No newline at end of file
+$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/Bl/; } else { s/^./B/; } print "$_.";
\ No newline at end of file