... my $order_reg = "

Transaction Number:<\/p>\n.*<\/td>\n.*(.*)<\/td>"; if ($request->content =~ /$order_reg/s) { print "\nmatched $1\n"; }