- or download this
"Prototype mismatch: sub main::head ($) vs none"
- or download this
use LWP::Simple qw(!head);
use CGI qw(:standard); # then only CGI.pm defines a head
- or download this
LWP::Simple::head($url)
- or download this
#!/usr/bin/perl
...
my $content = get($geturl);
print "test\n";
}