view bin/hi @ 12136:d58ddfcf5f07 draft

<fizzie> slwd hackeso//s/almost/&,/;s/quite/&,/;s/unlike/entirely &/
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 18:27:51 +0000
parents 92a46219c6df
children
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || $ENV{IRC_NICK}; s/^\s+|\s+$//g; print "Hi $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/H/; } else { s/^./H/; } print "$_.";