Help for this page

Select Code to Download


  1. or download this
    $cookie_jar = HTTP::Cookies->new(file => "$ENV{'HOME'}/lwp_cookies.dat
    +')
    
  2. or download this
    use strict
    use CGI
    ...
    my $response = $ua->get('http://domain.com/cgi-bin/stats.cgi');
    
    my $stats = ($response->is_success) ? $response->content : '';