I use the following to tell the validation of a url.
Why I get 500 error, while the URL can be open correctly?
Any suggestion on validate a URL?
Following is my code:
#!c:/perl/bin -w
use LWP::UserAgent;
print "Content-type: text/html\n\n";
$ua = LWP::UserAgent->new;
my $req =...
I am a newbie of perl program. I use windows NT 4.0 server and activeperl 5.6. Because I use proxy to browse the web, I can't install LWP library using PPM, so I download the libwww-perl-5.47.tar.gz file and use nmake to setup it. After setup, I can see the module using PPM> query command.
But...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.