view bin/hi @ 4869:54c75e4b8405

<mroman_> learn hax0r (see \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf)
author HackBot
date Fri, 26 Sep 2014 13:12:02 +0000
parents 7f957c1f4661
children 140e01ef1912
line wrap: on
line source

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