Help for this page

Select Code to Download


  1. or download this
    https://myaccount.server.com/clx/index.php?part=menu&justloggedin=true
    
  2. or download this
    <meta http-equiv="Refresh"
         content="0;url=index.php?part=menu&justloggedin=true">
    
  3. 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>
    
  4. or download this
        $m->follow_link(n=>0);
        $m->follow_link(n=>1);
    
  5. or download this
        print join('; ',@{${$m->links()}[0]}),"\n\n";
        print join('; ',@{${$m->links()}[1]}),"\n";
    
  6. 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)
    
  7. or download this
    $m->get( 'https://myaccount.server.com/clx/index.php?part=menu&justlog
    +gedin=true' )
    
  8. or download this
    print $m->response->request->uri;
    
  9. or download this
        $m->reload();