In article <006901c15c80$e66a4ce0$0700000a@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://search.cpan.org/doc/GAAS/libwww-perl-5.53_97/lwpcook.pod

-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html


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

Reply via email to