in reply to Re^3: regex pattern matchin thread regex pattern match
Marshall
Thanks for this, worked a treat
I managed to resolve this with the following pattern
$out =~ m/TaskName:\s+$task.*?Status:\s+(.+?)\n.*?\n+Last Result:\s+(\ +d)/s [download]