Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spring
  • Content: Threads
  • Order by date
  1. spring

    Need help on LWP::UserAgent module!

    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 =...
  2. spring

    LWP library can't work!

    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...

Part and Inventory Search

Back
Top