... It's on the To-Do list..., but it should not be that hard I hope. ... It should be no problem, but I have not tried it yet either. Another thing Netscape...
380
Nick.Ing-Simmons@...
Aug 2, 1995 10:45 am
In <199508020950.LAA04591@...> On Wed, 02 Aug 1995 11:50:27 +0200 ... With it on both To-Do lists it will happen. ... It would probably involve...
381
Gisle Aas
aas@...
Aug 3, 1995 4:07 pm
... Not currently, so let's put it on the ToDo list. In the meantime you might just do new LWP::Request($method, $url, $head, scalar(`cat $filename`)); Feel...
382
Martijn Koster
m.koster@...
Aug 3, 1995 5:13 pm
... No, that's a bit tricky: the content is not actually used until the Protocol/whatever module. So not only would yo need to educate the LWP::Request about...
383
Nick.Ing-Simmons@...
Aug 4, 1995 8:48 am
In <9508031011.aa06422@...> On Thu, 03 Aug 1995 18:10:35 +0100 ... It will probably also interact with adding Tk::fileevent support, sending large...
384
Marc Hedlund
hedlund@...
Aug 5, 1995 2:01 am
... Tim Bunce has set out what I thought was an excellent naming scheme. See: <URL:http://www.ics.uci.edu/pub/websoft/libwww-perl/archive/1995h1/0062.html ......
385
ts
decoux@...
Aug 5, 1995 10:50 am
... What about making no modification but : if(ref($content) eq "SCALAR") { $senddata .= $$content; } elsif(ref($content) ne "CODE") { $senddata .= $content; }...
386
Paul Schinder
schinder@...
Aug 6, 1995 4:11 am
I have some comments on LWP. I've had some time this weekend to go through some of it in preparation for porting it to MacPerl, as I did with ...
387
Marc Hedlund
hedlund@...
Aug 7, 1995 12:09 am
Attached are four uuendcoded patches for LWP 0.2. 'patch.a39; and 'patch.b39; update LWP::StatusCode and LWP::MIMEheaders (respectively) to the August 3 draft of...
388
Marc Hedlund
hedlund@...
Aug 7, 1995 1:01 am
Those patches were wrapped incorrectly by the time they returned to my machine. Here they are in plaintext. Apologies for the duplicates. patch.a: ... ...
389
Gisle Aas
aas@...
Aug 7, 1995 7:43 am
... I would not mind having a portable library if somebody contributes solutions and testing on non-Unix platforms. ... These ones should be easy to fix. ... ...
390
ts
decoux@...
Aug 7, 1995 8:49 am
... Hey, I've made this modification in LWP::Protocol::http.pm ! This module don't handle `mailto:', it handle only `http:' ! ... I compute the value of...
391
Gisle Aas
aas@...
Aug 7, 1995 9:22 am
... I have adopted your patches. ... I don't care as version numbers anyway are overwritten when I check in the patched versions. The good things about not...
392
Marc Hedlund
hedlund@...
Aug 7, 1995 9:23 am
Please see my more recent comments in the message "Four patches for LWP (and comments)." It sounds like we are pretty much in agreement. I'll answer some of...
393
Tim Bunce
Tim.Bunce@...
Aug 7, 1995 12:38 pm
... No need to 'port' just 'extend39;. Mail::Send probes the system looking for a mail agent it knows about. If then returns an object blessed into a class whose...
394
Martijn Koster
mak@...
Aug 7, 1995 4:16 pm
A quick message, while machines around here changing operating systems, and consoles are blowing their power supplies... ... It'd be nice to at least make...
395
Martijn Koster
mak@...
Aug 7, 1995 4:43 pm
... Ah! you beat me to it :-) ... OK. ... Yeah, that's nice. And thanks for putting in the "case insensitive" note in the last draft Roy! ... Hmm, they're just...
396
Martijn Koster
mak@...
Aug 7, 1995 4:55 pm
... Sure, but you're redefining the interfaces, which affects all protocols. I aggree with Gisle I'd rather see a sub based solution as used in the response....
397
Marc Hedlund
hedlund@...
Aug 7, 1995 5:43 pm
... You mean Date::AI? :) I like your suggestion for parsing in one and output in another. ... That makes sense. Marc Hedlund <hedlund@...>...
398
Tim Bunce
Tim.Bunce@...
Aug 7, 1995 6:49 pm
... I tend to use ::Base only where a class is specifically designed to act as a base class (for other classes to inherit from). This implies that the class...
399
Paul Schinder
schinder@...
Aug 8, 1995 1:42 am
} > I have some comments on LWP. I've had some time this weekend to go } > through some of it in preparation for porting it to MacPerl, as I did with } >...
400
Gisle Aas
aas@...
Aug 8, 1995 7:05 am
... There seem to be general agreement about this issue, so lets do it. I guess we should then get rid of HTTP::Message39;s dependency on LWP::MemberMixin? How...
401
Gisle Aas
aas@...
Aug 8, 1995 7:05 am
... The module list have these entries: ... Has anyone checked them out? Do they do what we want? I don't want to put another module into the Date:: name...
402
ts
decoux@...
Aug 8, 1995 9:29 am
... Like suggested by Gisle, I can send a sub to return a chunk of content each time, something like this : sub sub_post { my($w,$file); $w->{'url_post39;} = 0; ...
403
Andreas Koenig
k@...
Aug 8, 1995 10:10 am
... I have used Tom's getdate and it did what I wanted. Unfortunately I don't know what _we_ want. It needed some portability poking and that was odd. But it...
404
Gisle Aas
aas@...
Aug 8, 1995 11:03 am
... Does it parse these formats: "Wed, 09 Feb 1994 22:23:32 GMT" -- proposed HTTP format "Thu Feb 3 17:03:55 GMT 1994" -- ctime format "Tuesday,...
405
Andreas Koenig
k@...
Aug 8, 1995 11:30 am
... Not too many of those :( andreas k@anna:~% perl -e ' use GetDate; @ARGV="gisle.date.asks"; while (<>){ next unless /^\s\"(.*?)\"/; printf "%35s %s %s\n",...
406
Nick.Ing-Simmons@...
Aug 8, 1995 3:31 pm
In <199508081050.MAA00785@...> On Tue, 08 Aug 1995 12:50:22 +0200 ... I have modified grammar of Graham Barr's byacc/perl version so that it...
407
Nick.Ing-Simmons@...
Aug 8, 1995 4:04 pm
In <199508081127.NAA09212@...> On Tue, 8 Aug 1995 13:27:17 +0200 ... That is same subset that Graham's handled before modification. I can send Tom or...
408
Nick.Ing-Simmons@...
Aug 8, 1995 4:04 pm
In <199508081127.NAA09212@...> On Tue, 8 Aug 1995 13:27:17 +0200 ... That is same subset that Graham's handled before modification. I can send Tom or...