view bin/thanks @ 11796:cd67bbeea905 draft

<gerzytet> learn a fungus that grows above ground, especially after rain.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:19:22 +0000
parents 1903db8fb09c
children
line wrap: on
line source

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