Re: STDIN reads everything as one line

1999-11-26 Thread John S. Evans
I was the guy :) Strange, because the "Writing Apache Modules..." book explicitly tells you that you CAN do this (use STDIN to read the post line by line). Based on my experience, and your snippet below, I'm guessing the book is incorrect :) -jse From: "Eric L. Brine" [EMAIL PROTECTED]

Re: STDIN reads everything as one line

1999-11-26 Thread Tom Christiansen
On Wed, 24 Nov 1999 22:33:55 -0800 "John S. Evans" [EMAIL PROTECTED] wrote in [EMAIL PROTECTED]: From: "Eric L. Brine" [EMAIL PROTECTED] A few days ago, someone mentioned doing $scalar = STDIN read the whole POSTed data. I was the guy :) Strange, because the "Writing Apache

Re: STDIN reads everything as one line

1999-11-26 Thread Ken Williams
When I wrote Apache::Filter, I decided to implement an honest-to-god full-on emulation of Perl's filehandle reading routines, and in particular it should handle $/ properly. If you want to have a look at that code, perhaps a portion of it could be integrated into Apache.pm so it would behave

The Spirit of the... Mailing List

1999-11-26 Thread Stas Bekman
Well, lately there was a lot of frustration expressed by some of the folks, and I could guess that there are many others feeling the same way but prefer to keep they thoughts for themselves. This post is an attempt to revive the spirit of our beloved mod_perl mailing list. It seems that the

Re: The Spirit of the... Mailing List

1999-11-26 Thread Cliff Rayman
One more thing. If you know the answer is in the Guide, do a search on it, and present the newbie with the appropriate link. It will not take more than one or two times for the newbie to realize they should check the guide first for the answers. If not, lets face it, they will never get

Problem accessing DBI from EmbPerl

1999-11-26 Thread Martin A. Langhoff
hi list, I'm running Embperl on my ISPs webserver, and when I execute the following code (from the sample included with Embperl): === $DSN = 'dbi:mysql:mlanghoff' ; $table = 'registros' ; use DBI ; # connect to database $dbh = DBI-connect($DSN, 'mlanghoff', 'ml123') or die "Cannot

How to (not) get help (was: make test fails (modules/src.t) withError 29)

1999-11-26 Thread Ask Bjoern Hansen
On Wed, 3 Nov 1999, G.W. Haywood wrote: Hi Greg, First a link to an article Mark-Jason Dominus once wrote about "Why questions go unanswered". http://www.plover.com/~mjd/perl/Questions.html Read it and read it again, it gives some insight to what to do and how to write to get help on

Re: How to (not) get help (was: make test fails (modules/src.t) withError 29)

1999-11-26 Thread Ask Bjoern Hansen
On Fri, 26 Nov 1999, Ask Bjoern Hansen wrote: Hi Greg, eh, make that Ged. I'm up too early. (7.something here, argh.) - ask -- ask bjoern hansen - http://www.netcetera.dk/~ask/ more than 60M impressions per day, http://valueclick.com

APACHE_HEADER_INSTALL

1999-11-26 Thread Bill Moseley
Maybe I'm going crazy, but I'm sure last time I used APACHE_HEADER_INSTALL=0 and the make install worked just fine. But this time I get: "Warning: You do not have permissions to install into /usr/local/perl5.005/lib/site_perl/5.005/..." Perhaps I'm confused, but isn't that what