Help for this page

Select Code to Download


  1. or download this
    my $content = get $url;
    
    changing to 
    
    my $content = get($url);
    
  2. or download this
    
    my $module = 'LWP::Simple';
    ...
       $result = "<error>Couldn't retrieve url</error>";
      }