> But I am intrigued...why do you think LWP doesn't use
> a webserver?

The same reason a browser or 'User Agent' doesn't need a server, because it handles 
the http session itself.
It doesn't "serve" pages but it can do http requests to get pages.
Like using the Net::SMTP or Mail::Sender modules don't require you to have an smtp 
server running locally.
Like using DBI doen't require you have mysql running locally.

Verses say piping data to a from a local db,smtp server , or web server.

Any comments from anybody who knows for sure? Am I just crazy or is that assumption 
actually the case?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to