Re: Another install question: CGI.pm not found

1999-12-17 Thread Kees Vonk 7249 24549
Can't locate CGI.pm in @INC at /mod_perl-1.21/t/net/perl/cgi.pl line 7. If CGI.pm readable by the user running apache?

Re: Another install question: CGI.pm not found

1999-12-17 Thread Bill Moseley
At 11:13 AM 12/17/99 +0100, Kees Vonk 7249 24549 wrote: Can't locate CGI.pm in @INC at /mod_perl-1.21/t/net/perl/cgi.pl line 7. If CGI.pm readable by the user running apache? Yes. 125) ~ %/usr/local/bin/perl5.00503 -MCGI -e 'print $CGI::VERSION,"\n"' 2.46 Bill Moseley mailto:[EMAIL

Re: DBI and HTML modules?

1999-12-17 Thread Randal L. Schwartz
"Mark" == Mark D Landry [EMAIL PROTECTED] writes: Mark # Schwartzstein-Bunce Transform Mark print table({-border=undef}, Mark caption('TableName'), Mark Tr(map(th($_), @{$sth-{NAME}})), Mark map(Tr(td($_)), @{$sth-fetchall_arrayref()}), Mark ); This code is

mod_perl license?

1999-12-17 Thread Bill
I was just reading up on the FastCGI mod_fastcgi license--it's sort of evil-sounding...check this out: -- ... Open Market permits you to use, copy, modify, distribute, and license this Software and the Documentation solely for the purpose of implementing the FastCGI specification defined by

Re: PerlChildInitHandler called twice for a child?

1999-12-17 Thread G.W. Haywood
Hi there, On Fri, 17 Dec 1999 08:43:43 -0700 Owen Stenseth mentioned: On my server startup (under httpd -X as well) I see two calls to it. I have wrapped my code so it does not do the initailization twice now but this kind of caught me by suprise. Now it's funny you should say that. What

Apache::Registry doesn't always use correct package for cache

1999-12-17 Thread Doug Stevenson
I've had a rather annoying problem with Apache::Registry incorrectly caching documents. I'll attempt to explain the behavior I'm seeing and why I consider this to be a bug (this gets pretty techie, be warned)... I've found that the first time any given instance of an httpd processes a mod_perl

Re: Managing session state over multiple servers

1999-12-17 Thread dreamwvr
hi, AFAIK hidden fields will do it if that is what you asking.. now here's aquestion that has been driving me batty.. here goes i hope that i have been descriptive enough. i have at the top of one of my perl program a variable that is called. $Mystuff = $field{'Mystuff'}; #the above contains the

Re: PerlChildInitHandler called twice for a child?

1999-12-17 Thread Randal L. Schwartz
"G" == G W Haywood [EMAIL PROTECTED] writes: G Hi there, G On Fri, 17 Dec 1999 08:43:43 -0700 Owen Stenseth mentioned: On my server startup (under httpd -X as well) I see two calls to it. I have wrapped my code so it does not do the initailization twice now but this kind of caught me by

Apache::Scoreboard - problem compiling

1999-12-17 Thread Dmitry Beransky
Hi folks, I'm not strong in XS, so I hope someone will land me a helping hand figuring this out :) Here's an error I get compiling Apache::Scoreboard (0.08): /usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/ExtUtils/xsubpp -typemap

ANNOUNCEMENT: NEW VERSION: HTML::Template 1.3

1999-12-17 Thread Sam Tregar
NAME HTML::Template - a Perl module to use HTML Templates CHANGES 1.3 - Omnibus regex patch from Matthew Wickline: a faster and more robust parse(). - New tag: TMPL_UNLESS, the opposite of TMPL_IF. - Numerous bug fixes: mixed-case filenames in includes, recursive TMPL_INCLUDEs, reporting