Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "get" via package "LWP::UserAgent" (perhaps
    + you forgot to load "LWP::UserAgent"?) at ./download.pl line 8.
    
  2. or download this
    #!/usr/local/iXSD/perl/bin/perl
    require LWP::UserAgent;
    ...
    } else {
            die $response->status_line;
    }
    
  3. or download this
    $ perl -version
    
    This is perl, v5.6.1 built for i686-linux
    ...