Help for this page

Select Code to Download


  1. or download this
    Cache-Control: no-cache
    Connection: Keep-Alive
    ...
    <tr><td valign="center" align="center">
    Please wait, loading .&nbsp;&nbsp;</td></tr>
    </table></body></html>
    
  2. or download this
        # click the button, then get a 'working.' page:
        $ans = $mech->click_button( input => $inputobj );
    ...
           sleep(5);
           $ans = $mech->reload();
        }