LWP User Agent

Status
Not open for further replies.

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
What is it for? What does it do?
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
The LWP::UserAgent is a class implementing a simple World-Wide Web user agent in Perl. It brings together the HTTP::Request, HTTP::Response and the LWP::protocol classes that form the rest of the core of libwww-perl library. For simple uses this class can be used directly to dispatch WWW requests, alternatively it can be subclassed for application-specific behaviour.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
^Are you really that dumb? Make some sense idiot/

Good one. Yeah, that'll get you points on the forum :nuts:


@Slothie, for those of us who aren't nearly as technically inclined, can you perhaps break it down a bit and explain it in simpler terms? What I seem to be gathering is that it can send requests out to other websites, but I'm not positive I'm reading that right (been a long time since I've seen fine print like that >_<).
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Yeah it can be used to generate simple web requests or else just identify the user agent of specific browsers and generate code specific to 'em
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I have installed LWP::UserAgent on the server you are on.

-Corey
 
Status
Not open for further replies.
Top