Hello. I don't usually post to forums, but I am somewhat stuck. I am trying to find all matches in a string that begins with "| |" (quotations not included). I have tried doing:
if ($line =~ m/^\\\|\s\\\|/)
and that didn't work. I'm not sure if anyone has any tips or pointers, but any help would be appreciated. Thanks!