view bin/hi @ 12346:6670a34cf161 draft

<wib_jonas> slashlearn vacuum train//Vacuum trains are the 21st century solution to halt spreading airborne infections on public transport.
author HackEso <hackeso@esolangs.org>
date Mon, 26 Oct 2020 12:56: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 "$_.";