Help for this page

Select Code to Download


  1. or download this
    my $ua=LWP::UserAgent->new;
    
  2. or download this
    use LWP::UserAgent;
    
    ...
    $content=$ua->get($URL);
    use Data::Dumper; 
    print Dumper($content);