Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
ation failed in require at (eval 2) line 1.\n Sounds to me like there is no other option but to rollback to a 1.06 release, unless you all think of something? Thanks again. (*void) bkr++ ___ Bryan-Kirk Reinhardt Sr. Software Engineer [EMAIL PROT

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
-Kirk Reinhardt Sr. Software Engineer [EMAIL PROTECTED] :: Blingo, Inc. 1620 Montgomery Street #170 San Francisco CA 94111 United States work415-277-7223 x304 mobile 415-816-0675 work fax415-381-3630 IM bkratblingo (AIM

RE: Template::Toolkit and mod_perl2?

2008-04-14 Thread Kirk
2.74). And I'n running Fedora Core6, from apache log file: [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.1.6 mod_python/3.2.8 Python/2.4.3 mod_ssl/2.2.3 OpenSSL/0.9.8b mod_apreq2-20 051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations Kirk > -Original Messag

Template::Toolkit and mod_perl2?

2008-04-14 Thread Kirk
l2. Anyone have any experience with it? Got it running perhaps? Thx, Kirk

mp2 and post/get params

2008-02-20 Thread Kirk
'val'); And of course, I need to consolidate both request type into one hash or string so I can access either, or both, on demand. What is the equivalent in mp2? I can't seem to find a general answer in the docs and it's a bit confusing where this functionality disappeared to. Thx, Kirk

Re: mod_perl, ENV{'TZ'}, and localtime

2007-12-30 Thread Kirk Noda
At 09:12 PM 12/28/2007, you wrote: [...] The reason this does not work under modperl version 2.0 is because under handler "perl-script", %ENV is untied from the C environment. The [...] Thanks very much, that works.

mod_perl, ENV{'TZ'}, and localtime

2007-12-28 Thread Kirk Noda
Hello, I'd like to reference the Tues 03 Oct '06 thread with subject: RE: Using ENV{'TZ'} in mod_perl http://mail-archives.apache.org/mod_mbox/perl-modperl/200610.mbox/browser The thread seemed to die off. Still, is there a way to use $ENV{TZ} to modify the behavior of localtime? I get the