- or download this
#!/usr/bin/perl -w
use strict;
...
my $body = get("$url");
print "$body";
- or download this
C:\WINDOWS\Desktop>perl test_lwpsimple.pl
$LWP::Simple::VERSION is 1.33
...
Use of uninitialized value in string at test_lwpsimple.pl line 16.
C:\WINDOWS\Desktop>
- or download this
C:\WINDOWS\Desktop>perl -Ic:\perllib\libwww-perl-5.63\lib test_lwpsimp
+le.pl
$LWP::Simple::VERSION is 1.35
...
</HTML>
C:\WINDOWS\Desktop>