Help for this page
<tr class="meld"> <th>Security Code Matched</th> <td>N/A</td> </tr>
my ($security_code_row) = ($mech->content =~ m{Security Code Matched(.*?)</tr>}s); like($security_code_row, qr{N/A}, 'code matched is N/A');