Help for this page
... <tr> ... <td class="order3" width="324">V64F66697601</td> </tr> ...
... my $order_reg = "<p>Transaction Number:<\/p>\n.*<\/td>\n.*<td .*>(.*)< +\/td>"; ... if ($request->content =~ /$order_reg/s) { print "\nmatched $1\n"; }