view bin/thanks @ 12024:4991b46f974f draft

<oerjan> slwd labels.pl//s,P,labels.pl is a p,
author HackEso <hackeso@esolangs.org>
date Fri, 15 Nov 2019 01:12:41 +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 "$_.";