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

NotProud has asked for the wisdom of the Perl Monks concerning the following question: (regular expressions)

Hm. I can not get the left to show up. Any ideas?
"left center right" =~ /center/; print "<br>Left: <$`>\n"; print "<br>Match: $&\n"; print "<br>Right: <$'>\n";
Thanks

Originally posted as a Categorized Question.