Help for this page

Select Code to Download


  1. or download this
        use LWP::Simple;
        my $page = get 'http://www.perl.com/';
    
  2. or download this
        use LWP::Simple;
        getstore('http://www.perl.com/', 'foo.html');