in reply to
Need to test HTTP page responses
You can use
LWP::UserAgent
.
Comment on
Re: Need to test HTTP page responses
Replies are listed 'Best First'.
Re^2: Need to test HTTP page responses
by
Anonymous Monk
on Oct 22, 2008 at 11:22 UTC
Thanks for the reply.
I've tried using the example in the link, and all I'm getting is: 500 Can't locate object method "format_request" via package "LWP::Protocol::http::Socket"
Any ideas what that means?
Thanks,
Ant
[reply]
Re^3: Need to test HTTP page responses
by
Krambambuli
(Curate)
on Oct 22, 2008 at 14:08 UTC
Do hou have Net::HTTP installed ?
Krambambuli
---
[reply]
In Section
Seekers of Perl Wisdom