in reply to Pattern matching
if($line =~ /check.*\>\s*([^>]+)$/) { print "$1\n"; } [download]
if($array[$i] =~ /check-->\s*(\S*\d+)$/) { $Output= $1; [download]