Help for this page

Select Code to Download


  1. or download this
      my $req;
      my $response;
    ...
        }
      }
      $cookie_jar->extract_cookies( $response );
    
  2. or download this
      $req = $wikiurl."?title=Special:UserLogin&action=submitlogin&type=lo
    +gin&returnto=Main+Page";
      print "req = POST $req\n";
    ...
      }
    
      print "Login result = $loggedIn\n";
    
  3. or download this
      my $LastEditToken = undef;
    
    ...
        print "found token=$LastEditToken\n";
      }
    
  4. or download this
    sub importXML
    {
    ...
    }