Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new();
    push @{ $ua->requests_redirectable }, 'POST';
    ...
      my $html = $response->decoded_content; 
      print $html;
    }
    
  2. or download this
    macbook:scripts jcabraham$ link_aperio.pl 12 12
    GET http://ap1492-dsr/LogOff.php
    ...
    <hr>
    <address>Apache Server at ap1492-dsr Port 80</address>
    </body></html>