in reply to Re: Surprised by split
in thread Surprised by split

So you are suggesting that I should use a character class trick to avoid quoting a character that I should know needs to be quoted in a context I should know is a regex and that I should type an extra character to achieve this?

I'm lazy and will take the good advice of others who have suggested that /\|/ is the way to do it.


Perl is Huffman encoded by design.