![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re (2) string substitutionby mandog (Curate) |
on Oct 08, 2003 at 17:07 UTC ( #297663=note: print w/replies, xml ) | Need Help?? |
Greetings seaver
you might escape some of the chars in your char class. For example, inside a char class '-' is a range operator. [a-e] instead of [abcde] Also it is hard to tell the paren inside your char class from the first closing paren
In Section
Seekers of Perl Wisdom
|
|