http://www.perlmonks.org?node_id=87340


in reply to Re: Re: Brain Teaser
in thread Brain Teaser

I looked at the above answer and I'm still not sure why it parses the way it does! Interesting.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar";
$nysus = $PM . $MCF;