in reply to Re^2: Regex help reqdin thread Regex help reqd
if($string=~ m/<\/section>/) { print "Here :: $& \n"; } else { print "regex failed"; } [download]