- or download this
https://myaccount.server.com/clx/index.php?part=menu&justloggedin=true
- or download this
<meta http-equiv="Refresh"
content="0;url=index.php?part=menu&justloggedin=true">
- or download this
use WWW::Mechanize;
my $m = WWW::Mechanize->new( agent => 'Linux Konqueror' );
...
#content="0;url=index.php?part=menu&justloggedin=true">
#</head><body><a
#href="index.php?part=menu&justloggedin=true"></a></body></html>
- or download this
$m->follow_link(n=>0);
$m->follow_link(n=>1);
- or download this
print join('; ',@{${$m->links()}[0]}),"\n\n";
print join('; ',@{${$m->links()}[1]}),"\n";
- or download this
index.php?part=menu&justloggedin=true; ; ; meta; https://myaccount.ser
+ver.com/clx/index.php; HASH(0x864c5f8)
index.php?part=menu&justloggedin=true; ; ; a; https://myaccount.server
+.com/clx/index.php; HASH(0x86168bc)
- or download this
$m->get( 'https://myaccount.server.com/clx/index.php?part=menu&justlog
+gedin=true' )
- or download this
print $m->response->request->uri;
- or download this
$m->reload();