view bin/hi @ 12012:b413473a9ec3 draft

<kspalaiologos> ` cp tmp/asmbf-1.1.1/labels.pl /hackenv/bin
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 16:13:19 +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 "$_.";