Re: Sending HTTP Headers

2001-10-24 Thread brian d foy
In article <006901c15c80$e66a4ce0$070a@skullbox>, [EMAIL PROTECTED] (Brent Jones) wrote: > I was just wondering how one would go about sending an HTTP request header > to a webserver. use LWP::UserAgent; use HTTP::Request; http://search.cpan.org/search?dist=libwww-perl http://sear

Re: Sending HTTP Headers

2001-10-24 Thread walter valenti
Why you use Socket? You can LWP. > I was just wondering how one would go about sending an HTTP request header > to a webserver. > Right now, I have a perl script gather various system information (uptime, > users, load average, etc.) and jumble it into a big, ready to post block. > All I need to

Sending HTTP Headers

2001-10-24 Thread Brent Jones
I was just wondering how one would go about sending an HTTP request header to a webserver. Right now, I have a perl script gather various system information (uptime, users, load average, etc.) and jumble it into a big, ready to post block. All I need to make that block to be able to post to a webs