in reply to Problem using | char as delimiter for split

Usually what I do is when its a weird character(meaning non-alphanumeric), I use the backslash, This might not always apply but its a good rule of thumb. In either case, reading the 3 chapters in Learning Perl is probably a good idea (or re-reading). For every special character you learn how to use, you can be certain to add a backslash if your matching that character. :)
  • Comment on Re: Problem using | char as delimiter for split