Help for this page

Select Code to Download


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