HTTP::Request::Common

2000-03-12 Thread Mathias Mueller
Hi all-- I'm a newbie to libwww. I am trying to use HTTP::Request::Common; Does anybody know which file I need to download from cspan ?! Thanks -- Matt

problem with POST

2000-03-12 Thread Tanuj Mittal
i try to run a simple perl test program -- # !/usr/bin/perl -w use LWP::UserAgent; use HTTP::Request; use HTTP::Response; my $ua=new LWP::UserAgent; $hdrs=new HTTP::Headers(Accept='text/plain',User-Agent='MegaBrowser/1.0'); $url=new URI::URL('www.ora.com/index.html'); my $req=new

Re: problem with POST

2000-03-12 Thread Tibor Arpas
Tanuj Mittal wrote: You probably have to put $url=new URI::URL('http://www.ora.com/index.html'); instead of just 'www.ora.com/index.html' Regards, Tibor i try to run a simple perl test program -- # !/usr/bin/perl -w use LWP::UserAgent; use HTTP::Request; use HTTP::Response; my

perl Q for you

2000-03-12 Thread kscable
Hi there Not sure if you answer Perl Questions or not but if so I have a simple one for you. I'm looking at the timeout feature of a IO::Socket call. what I'm wondering is do I create a time out by doing the following? $sock = IO::Socket::INET-new(Listen = 5, LocalAddr = 'localhost',

Re: Documentation error in libwww-perl-5.47/README

2000-03-12 Thread Gisle Aas
David Dyck [EMAIL PROTECTED] writes: In the README file the following 3 lines are litteraly You can join the mailing list by sending a message to [EMAIL PROTECTED] with "subscribe" as subject. The email I recieved back was: To subscribe to the list, send a message to:

Re: Patch to LWP::Simple::head

2000-03-12 Thread Gisle Aas
David Dyck [EMAIL PROTECTED] writes: On Sat, 11 Mar 2000, David Dyck wrote: head($url) Get document headers. Returns the following 5 values if successful: ($content_type, $document_length, $modi- fied_time, $expires, $server) Returns