Re: Newbie having problems

2001-10-24 Thread Stas Bekman
in the guide, so I won't repeat it here. Thanks JM - Original Message - From: Ged Haywood [EMAIL PROTECTED] To: John Michael [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 3:07 PM Subject: Re: Newbie having problems Hi there, On Tue, 23 Oct 2001, John

Re: Newbie having problems

2001-10-24 Thread Perrin Harkins
John Michael wrote: I am attempting first to ge them to run correctly under. Apache::PerlRum Be careful of PerlRum! It will give you a wicked hangover! PerlRun is a quick way to port dirty scripts that you can't take the time to fix. It's the slowest way to run anything in mod_perl, but if

Re: Newbie having problems

2001-10-24 Thread John Michael
(fingers crossed). Everything seems to be running fine. Thanks John michael - Original Message - From: Perrin Harkins [EMAIL PROTECTED] To: John Michael [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 2:31 AM Subject: Re: Newbie having problems John Michael

Newbie having problems

2001-10-23 Thread John Michael
Hi I am new to mod-perl and am trying to migrate some pretty large image scripts I have written to mod-perl. I am attempting first to ge them to run correctly under. Apache::PerlRum The scripts run, but sometimes through server errors. I am getting the following errors. [Tue Oct 23 06:57:27

Re: Newbie having problems

2001-10-23 Thread Ged Haywood
Hi there, On Tue, 23 Oct 2001, John Michael wrote: I am new to mod-perl and am trying to migrate some pretty large image scripts I have written to mod-perl. Have you come upon the Guide? http://perl.apache.org/guide It's a fairly weighty document by now but most of what you want will be in

Re: Newbie having problems

2001-10-23 Thread John Michael
to be causing errors as well. Thanks JM - Original Message - From: Ged Haywood [EMAIL PROTECTED] To: John Michael [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 3:07 PM Subject: Re: Newbie having problems Hi there, On Tue, 23 Oct 2001, John Michael wrote: I am new

RE: newbie having problems

2001-10-23 Thread John Michael
I had a routine in the beginning of the program to initialze my variable hash and query param like so: ## initialize globals ##foreach (keys %VAR){$VAR{$_} = "";} I did this so that these variables would not propogate to other instances of the script. This was