in reply to
Escaping multiple escape chars
Have you tried the
quotemeta
function?
We're building the house of the future together.
Comment on
Re: Escaping multiple escape chars
Replies are listed 'Best First'.
Re^2: Escaping multiple escape chars
by
JamesNC
(Chaplain)
on Dec 09, 2005 at 20:37 UTC
I just tried it. It has the same behavior. Thanks anyway. If I split //, '\\|//'; or split //, '\|//'; I even tried to split the characters and repack them, but split give me 3 characters for both expressions.
[reply]
In Section
Seekers of Perl Wisdom