Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new;
    my $ret = $ua->get($site);
    my $url = $ret->request->uri ."";    
    print "URL returned: ".$url."\n";