NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Use of // (Score:1)
It also talks about delayed evaluation of the pattern.
So, given that almost all the example patterns use /foo/ and not m/foo/, what is happening, and when is it happening?
Re:Use of // (Score:2)
happening, and when is it happening?
But a regex object in a void, boolean, string, numeric, or =~ context
immediately matches against the current topic.
So you get:and:And if you're ever unsure, just be explicit:
Reply to This
Parent