in reply to Re: Problem parsing an error msg with regex
in thread Problem parsing an error msg with regex

Great, thanks. This one works in a more general sense since I was restricting the stuff between the brackets a bit.

PJ
use strict; use warnings; use diagnostics;
  • Comment on Re^2: Problem parsing an error msg with regex