in reply to Re: regex pattern matchesin thread regex pattern matches
if ($data =~ m|<REDIRECTURL>(.*?)</REDIRECTURL>| ) { print "Found: $1\n"; } [download]