good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^3: Regex error when [] occurs in file..by Joost (Canon) |
on Mar 03, 2008 at 16:11 UTC ( [id://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
|
|