- or download this
my $req;
my $response;
...
}
}
$cookie_jar->extract_cookies( $response );
- 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";
- or download this
my $LastEditToken = undef;
...
print "found token=$LastEditToken\n";
}
- or download this
sub importXML
{
...
}