![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: Regex error when [] occurs in file..by Joost (Canon) |
on Mar 03, 2008 at 16:11 UTC ( #671672=note: print w/replies, xml ) | Need Help?? |
Are all 'special variables' ($&, $N (N is integer)) expanded in that way too?All variables are expanded that way, special or not: See also quotemeta and the \Q and \E escape sequences.
In Section
Seekers of Perl Wisdom
|
|