view bin/hi @ 11921:76b3307f169c draft

<wob_jonas> fetch wisdom/can\'t https://hack.esolangs.org/get/wisdom/can%27t
author HackEso <hackeso@esolangs.org>
date Thu, 29 Aug 2019 16:02:31 +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 "$_.";