Re: Unexpected error messages in FTP request

2002-03-06 Thread Maurice Aubrey
On Wed, Mar 06, 2002 at 11:44:52AM +1000, Mark Suter wrote: When I run the following code I get an unexpected error message. The larger the file to be downloaded, the more often the error is repeated. Use of uninitialized value in addition (+) at /usr/share/perl5/Net/FTP/I.pm line 29.

Re: fix for URI v1.18?

2002-03-06 Thread Maurice Aubrey
On Tue, Mar 05, 2002 at 09:57:30PM -0500, Grier Ellis wrote: Looks to me like line 46 in heuristic.t should have www.perl.bv instead of www.perl.org. You mean instead of .com? $URI::Heuristic::MY_COUNTRY = bv; print not unless uf_urlstr(perl/camel.gif) eq

Re: parse headers returned

2002-03-04 Thread Maurice Aubrey
On Mon, Mar 04, 2002 at 06:27:34AM -0800, Randal L. Schwartz wrote: Torbjørn == Torbjørn lindahl [EMAIL PROTECTED] writes: Torbjørn All the headers are represented on a line each with a colon, but how do i Torbjørn reach the info on the first line, ie HTTP/1.0 200 OK Torbjørn are they

Re: Help with cookie jar!

2001-07-23 Thread Maurice Aubrey
Hi Siva. Why do you say it doesn't work? Have you tried dumping the cookie object using the as_string() method to see where the problem is? You shouldn't need the add_cookie_header() and extract_cookies() calls. Maurice On Mon, Jul 23, 2001 at 02:31:08PM -0700, Siva Namburi wrote: Hi ,