Help for this page

Select Code to Download


  1. or download this
    $mech->cookie_jar(HTTP::Cookies->new(
    file =>"mechcookies.txt", 
    autosave => 1));
    
  2. or download this
    my @args = (Authorization => "Basic " .MIME::Base64::encode('USER:PASS
    +'));
    $mech->get('https://www.BlahBlah.com/secure-bin/Blahclub/login_redirec
    +t.cgi', @args);
    $mech->get('http://www.BlahBlah.com/ThingIWant')