![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Trouble with path syntaxby roju (Friar) |
on Aug 29, 2003 at 20:10 UTC ( #287825=note: print w/replies, xml ) | Need Help?? |
Just since no one else has mentioned it, this is a case where using a different delimiter for m// makes a lot of sense. Something like m{(.*)/[^/]+} gets rid of the need for escaping the slashes.
In Section
Seekers of Perl Wisdom
|
|