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

2002-10-12 Thread Perrin Harkins
I'm just going to point out a few problems. These are not all related to your questions. package Holds; The case of Holds doesn't match the example sub you posted above. I'm assuming that was a typo. use strict; use Carp; use warnings; use QueryPrint; use vars qw($dbh $processed_hnd

Re: unsubscribe RTFM's not working, lol....

2002-10-12 Thread George Valpak
I just received this in response to my phone call...he asked me to forward it (I have removed the html formatting which causes spacing issues) so have fun - here is a solid laugh to start your weekend. Note the subject line was: Please tell me what to do... GV PS: I responded privately to

Re: perl script not reloading

2002-10-12 Thread Michael Grant
I did this and it still doesn't reload the script. I added it just after the LoadModule: LoadModule perl_modulelibexec/apache/libperl.so PerlInitHandler Apache::StatINC It's a single main script, not a module. It uses CGI. This is the first time I've ever written a perl script that

Apache::DBI and CGI::Application with lots of modules.

2002-10-12 Thread Eric Frazier
Hi, I am glad to see the list traffic has been picking up lately. It makes me have higher hope about posting this. First some background info. I have a fairly large CGI::Application module about 30 run modes that pretty much follows the example mailform module. I am also using HTML::Template

Re: OT: Are things really this bad?

2002-10-12 Thread Dave Hodgkinson
Todd Finney [EMAIL PROTECTED] writes: I was looking at jobs.perl.org this afternoon, and there are a lot of things on there like this: Over here, the barometer looks like: http://www.jobstats.co.uk/ And those residual 4000 are agents trolling for leads from CVs. -- Dave Hodgkinson, Wizard

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

2002-10-12 Thread Eric Frazier
Perrin, I am going to read over this closely, thanks for all of the advice! What frustrats me about the search getting cached/closure thing is that I just don't have any global variables that have anything to do at all with the search results. I have read over and over examples with closures,