... I've not seen this released yet. What's happening? Should I post my copy? ... I've got a little time to incorporate some comments on the CGI stuff before I...
233
Tim Bunce
Tim.Bunce@...
Apr 8, 1995 1:44 am
... I've CC'd this to libwww-perl because they 'own' URI::URL more than the CGI-perl list does. ... Personally I don't see much need for the auto-loading at...
234
Tim Bunce
Tim.Bunce@...
Apr 8, 1995 3:46 am
235
Graham Barr
bodg@...
Apr 8, 1995 9:27 am
In <9504080042.ab28744@...> On Fri, 7 Apr 1995 23:03:06 +0100 ... Well I think that it should be left in. You don't want to have to change every ...
236
Martijn Koster
m.koster@...
Apr 9, 1995 2:25 pm
... It is available on my page, and has been sent to Roy. Given that it followed the first release so quickly I didn't think a wide announcement was required...
237
Martijn Koster
m.koster@...
Apr 9, 1995 2:35 pm
... I got your previous message, along with this one only today. As you know I'll be in Germany the next week (I knew I shouldn't have come in on my way to the...
238
MR JOE G RODRIGUEZ
AVTH44A@...
Apr 10, 1995 4:37 am
Please put me on your mailing list Randy A. Rodriguez AVTH44A@... Thanks...
239
Andrew Wilcox
awilcox@...
Apr 10, 1995 3:40 pm
... Well, new schemes ready for release can be put into URL.pm, and every application will see them. ... You just have to put in a "use newscheme;" once in...
240
Andrew Wilcox
awilcox@...
Apr 10, 1995 3:40 pm
... Looks good! Couple comments. ... Perhaps we should call this implementor() to be more specific? ... Note that this is the only point in the documentation...
241
Graham Barr
bodg@...
Apr 10, 1995 4:26 pm
In <199504101537.AA06629@...> On Mon, 10 Apr 1995 11:37:12 -0400 ... But I don't want to edit URL.pm for every new scheme as it is written. ... So...
242
Tim Bunce
Tim.Bunce@...
Apr 10, 1995 9:49 pm
... I never saw any announcements. Never mind, I hope to push out another version of URI::URL tomorrow (resolving some minor issues) along with an update to...
243
Tim Bunce
Tim.Bunce@...
Apr 10, 1995 10:36 pm
For autoloading: o I don't want to edit URL.pm for every new scheme as it is written. - Just fetch an updated release. o Autoloading is very cheap and simple...
244
Mark Takacs
tak@...
Apr 12, 1995 8:50 pm
Hello, I maintain several password-protected servers for our group here at the Lab. Has anyone considered/written an extension to MOMspider or libwwww-perl to ...
245
Tim Bunce
Tim.Bunce@...
Apr 14, 1995 5:33 am
246
Tim Bunce
Tim.Bunce@...
Apr 14, 1995 10:38 pm
247
Tim Bunce
Tim.Bunce@...
Apr 18, 1995 11:42 pm
248
Tom Christiansen
tchrist@...
Apr 21, 1995 9:00 pm
I'd like to have someone show me the "right" way to use the new CGI modules. Here's a script I hacked together last night. It's still a little rough around...
249
Tim Bunce
Tim.Bunce@...
Apr 21, 1995 10:31 pm
... Here's a very quick untested patch to get you started... Regards, Tim. ... *************** ... require 5.0; + use CGI::Base; + use CGI::Request; + +...
250
Tim Bunce
Tim.Bunce@...
Apr 21, 1995 10:35 pm
... Not really, they happen to be released together at the moment. Soon they'll have lives of their own. (Curiously the copy of this message that came via...
251
Andreas Koenig
k@...
Apr 22, 1995 9:47 am
Hi, Tim, if you insert a text like Andreas Koe<P>nig into a form field, your as_string function turns it into name = 'Andreas Koe nig' I'm not sure, if I found...
252
Martijn Koster
m.koster@...
Apr 24, 1995 11:50 am
... Aargh! The wonders of maintaining a replicated WWW service. You guys with fast lines and single servers don't know how lucky you are! :-) 2.5 is now...
253
Alex H. Chen
hchen@...
Apr 26, 1995 9:01 pm
Hi there, I am doing a project " relational term server" in which I would like to bypass the browser to send query request directly to mutiple search engines...
Today I have used some time on the URI::URL module. The result is something that I have called URI::URL version 2.7: Fixed some bugs: - URI::URL::strict was...
257
Tim Bunce
Tim.Bunce@...
Apr 27, 1995 11:16 pm
... But Gisle, you don't say if you like it or not! :-) ... Ooops! ... Thanks. ... Umm, okay. ... Great, thanks. ... Hee hee, I took those out before and...
258
Martijn Koster
m.koster@...
Apr 28, 1995 10:39 am
In message <9504272126.aa00280@...>, Tim Bunce writes in reply to Gisle: Ha Gisle, ... Great. ... Sigh. I guess I'm outvoted, but I still think...
259
Gisle Aas
aas@...
Apr 28, 1995 11:02 am
... We still has to use $obj->{'_str'}, but that might just be a perl bug. -- Gisle Aas <aas@...> Oslonett A/S...
260
Darrell Berry
darrell@...
May 1, 1995 8:56 am
What is the significance of the block [snip] if ($headers) { print($Out $headers); } else { print($Out "HTTP/1.0 $response...
261
Darrell Berry
darrell@...
May 1, 1995 11:14 am
Looks like the header problem was a bug in he Mac port of libwww...so everything's actually OK...but why _does_ this block of code exist? ... darrell berry...