view bin/hi @ 12269:00ab7b8652c5 draft

<fizzie> mkx /hackenv/bin/guile///usr/bin/guile -c \'(display \'"$*"\')\'
author HackEso <hackeso@esolangs.org>
date Thu, 19 Dec 2019 20:00: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 "$_.";