view bin/hi @ 12348:51ef64f7e399 draft

<int-e> learn The password of the month is Florida Recount 2.0
author HackEso <hackeso@esolangs.org>
date Sun, 01 Nov 2020 02:41:32 +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 "$_.";