view bin/hi @ 11738:b0d168665d0a draft

<shachaf> forget rum
author HackEso <hackeso@esolangs.org>
date Mon, 18 Feb 2019 01:00:39 +0000
parents 140e01ef1912
children 92a46219c6df
line wrap: on
line source

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