http://www.perlmonks.org?node_id=515646


in reply to Re: Escaping multiple escape chars
in thread Escaping multiple escape chars

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.