Help for this page

Select Code to Download


  1. or download this
    sub meta_refresh
    {
    ...
        $mech->get( $expected_url );
        ok($mech->success(), "URL loaded successfully");
    }
    
  2. or download this
       # Code to cause the refresh to appear not shown.
       
       # Check the refresh and follow
       meta_refresh($mech, '/index.cgi?rm=home');