Re: HTTP::Request ... questions on POST

2000-08-17 Thread Gisle Aas
"Marko Schilde" [EMAIL PROTECTED] writes: I am new to libwww, so apologies if my questions seem pretty dumb to you... Hmmm... I want to something pretty simple ... post data to an external script. From what I've read it would be accomplished with $req2 = new HTTP::Request POST =

Re: [PATCH] libwww 5.48 HTTP::Date

2000-08-17 Thread Gisle Aas
Sander van Zoest [EMAIL PROTECTED] writes: I was using the HTTP::Date package to parse dates in MIME Messages and seem to run into a format that wasn't supported. So I figured I would e-mail you a patch for hopeful inclusion in the next release. The format I am talking about is the

Re: HTML::Filter attempt failed

2000-08-17 Thread Gisle Aas
Terrence Brannon [EMAIL PROTECTED] writes: Hi, I am attempting a replica of the examples provided with HTML::Filter. However, I cannot even get it to act a "a slower cat". So I have two questions: 1- Why is it not even simply printing out the content I feed into the parse() method? I know

Re: Bug in HTTP::Cookies (libwww-perl-5.48)

2000-08-17 Thread Gisle Aas
"Max V.Fonin" [EMAIL PROTECTED] writes: It seems to me I've found a bug in HTTP::Cookies in libwww-perl-5.48. When broken web-server (for example Orion/1.3.38) returns to client cookie that looks like this (empty field): Set-Cookie: JSESSIONID=2134545; Path= then cookie cannot be setted

Re: HTTP request header questions

2000-08-17 Thread Gisle Aas
"Ed Bras" [EMAIL PROTECTED] writes: I have beeing playing the last few day with the libwww modules and have some questions about it: 1: The first question has a lot to with question 2, but here it goes. How can I simulate a file upload when I have the file content already stored in a

Re: Timeout Issue on 5.6.0

2000-08-17 Thread Gisle Aas
"Derek J. Balling" [EMAIL PROTECTED] writes: OK, I was having this problem on my 5.005_03 boxen, but then when I moved it to my 5.6.0 boxen, I had the _SAME_ problem. Sample Code: #!/usr/local/bin/perl -w use LWP; use HTTP::Request; use LWP::UserAgent; my $request =

Re: [PATCH] libwww 5.48 HTTP::Date

2000-08-17 Thread Gisle Aas
Sander van Zoest [EMAIL PROTECTED] writes: On Wed, 16 Aug 2000, Derek J. Balling wrote: Silly question, how would you "behave" if the last two fields were conflicting: e.g. Tue, 1 Aug 2000 11:50:28 -0400 (PDT) Not that I think parsing that format is a bad idea, but just that how to

Re: Timeout Issue on 5.6.0

2000-08-17 Thread Derek J. Balling
Unfortunately, now, the server in question is responding perfectly fine, so I have no way of knowing what it was doing that was breaking LWP last time. :( All I know is that this code didn't work (and since it was getting run every minute, after a short period of time, I had consumed all