game: alphanumeric delimiter demonstration

David Nicol <[email protected]> Fri, 4 Sep 2009 16:38:22 -0500
Newsgroups gmane.comp.lang.perl.fun
Message-ID <[email protected]>
{ my $match = eval '$_= q laurel;y subcostalis;s paperclip;m elite;$&';
is( $match, 'lit', 'alpha delimiters are allowed' ); }

The fwp challenge is, get out your simple regexen and pipes from
/usr/share/dict/words and produce an equivalent demonstration that
doesn't involve esoteric words like medical jargon and might even make
sense.