Re: Trouble with Apache::DB

2002-10-25 Thread William McKee
On 24 Oct 2002 at 23:35, John Siracusa wrote: I got a similar error a while back when I tried it with the same versions of Perl, mod_perl, and apache (but on Mac OS X). I googled a while and all I could come up with were some posts from internals hackers about perl data structures getting

Re: [ANNOUNCE] StateMachine::Gestinanna 0.06

2002-10-25 Thread William McKee
On 25 Oct 2002 at 1:25, James G Smith wrote: This module can be used for some of the same applications as CGI::Application. It can also be used outside the web environment. It does not handle sessions and other application-dependent data management. Hi James, I've been following your posts

Re: [cgiapp] Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-15 Thread William McKee
On 15 Oct 2002 at 7:12, Eric Frazier wrote: I am learning lots of new things, but still working on the problem itself. It seems to be the case that even when I am running under ./httpd -X I have trouble getting the search query to get stuck. If I do something from the mysql monitor like set

Re: [cgiapp] Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-14 Thread William McKee
On 14 Oct 2002 at 9:12, Eric Frazier wrote: That I am not so sure of. I will do some more investigation. It seems like the only variables that could be causing this are the result set from the query and the scalar which holds the html template. I feel like I know absolutly nothing now :( I

Re: Error messages in Apache::Registry

2002-09-17 Thread William McKee
On 16 Sep 2002 at 18:10, Perrin Harkins wrote: The way that most people would recommend in A::R or anything else is to trap errors with eval blocks and then handle them appropriately. I thought I was doing that at a global level by throwing an error with die() that was caught by CGI::Carp.

Re: Error messages in Apache::Registry

2002-09-17 Thread William McKee
On 17 Sep 2002 at 13:27, Perrin Harkins wrote: Matt wrote some stuff for the guide explaining why the die handler is not the best approach. Basically, it means all errors will be treated the same. Ahh, right. Is this what you're referring to?

Re: LibXML and PerlRun

2002-09-17 Thread William McKee
Hi Scott, I had lots of problems using XML under Apache until I recompiled Apache with the --disable-rule=EXPAT rule as partially described in the AxKit FAQ http://axkit.org/faq.xml. I'm new to the world of XML so don't know whether this will help you or not. You didn't mention a segfault but

Error messages in Apache::Registry

2002-09-12 Thread William McKee
Hi folks, I'm a new user to mod_perl. I'm using Apache::Registry to run some scripts that have been written using the CGI::Application framework. Previously, under mod_cgi, I've been using the CGI::Carp set_message method of capturing a die and returning a customized error message to the

Warnings clarification

2002-07-31 Thread William McKee
Hi, I've been using Perl for several years to develop simple CGI applications for my clients. I'm now in the process of migrating to mod_perl for the performance benefit it gives. In so doing, I've been lurking on this list and reading the Guide. Presently, I'm trying to debug a problem with a

Re: Warnings clarification

2002-07-31 Thread William McKee
On 31 Jul 2002 at 20:56, Stas Bekman wrote: Have you read this? http://perl.apache.org/docs/1.0/guide/porting.html#Warnings No, I was reading this-- http://perl.apache.org/docs/1.0/guide/debug.html#The_Importance_of_Warnings The information in the link you posted is I was seeking. Perhaps a