Re: Eksemple on http post instead of http get.

2004-02-05 Thread David Davis
] To: David Davis [EMAIL PROTECTED] Sent: Thu, 5 Feb 2004 07:43:07 +0100 Subject: Re: Eksemple on http post instead of http get. Hi David... Thanks for you example , it helped me very much , and hopefully also others. I have one more questions. How do i one more variable to $kernel

Re: Eksemple on http post instead of http get.

2004-02-04 Thread Scott
POE::Component::Client::HTTP will handle them the same, as it uses bits and pieces of libwww-perl. In this particular instance, you want to build a POST request object using HTTP::Request. There are a number of ways to do it, please see the HTTP::Request documentation. Using