Help for this page

Select Code to Download


  1. or download this
    sub getURL
    {
    ...
        my $response=$ua->request($request);
        print $response->as_string();
    }
    
  2. or download this
    $request->referrer("$site_url"); # get their home page and put it in t
    +hat string...