Help for this page

Select Code to Download


  1. or download this
    my $request = $ua->get("https://login.yahoo.com/config/login?.src=fpct
    +x&.done=http://www.yahoo.com");
        $cookie_jar->extract_cookies($request);
    
  2. or download this
    $postString = 'https://login.yahoo.com/config/login?' . "$postString";
        
        my $request = $ua->get($postString);