view bin/hi @ 12344:b01d320abcd4 draft

<wib_jonas> learn The password of the month is Algol Waterloo Athens aftermath quadrant hydraulic tissue exodus stormy decadence egghead resistor flatfoot escapade newborn recipe
author HackEso <hackeso@esolangs.org>
date Thu, 01 Oct 2020 15:21: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 "$_.";