More stuff not working with conversion to modperl?

2001-07-31 Thread John Buwa
Hello,   I am trying to finish up my scripts conversion to mod perl and here is a routine i truely do not undestand why it is not working. This is the same code that is running on both the modperl i am useing to port scripts and test and the live non-modperl apache, which works fine:   This i

Re: More stuff not working with conversion to modperl?

2001-07-31 Thread Ken Williams
Hi John, [EMAIL PROTECTED] (John Buwa) wrote: >I am trying to finish up my scripts conversion to mod perl and here is a >routine i truely do not undestand why it is not working. You really have to turn on 'use strict'. It looks like both $i and $line are undeclared variables. Also, why do you

Re: More stuff not working with conversion to modperl?

2001-07-31 Thread ryc
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 5:26 AM Subject: More stuff not working with conversion to modperl? Hello, I am trying to finish up my scripts conversion to mod perl and here is a routine i truely do not undestand why it is not working. This

Re: More stuff not working with conversion to modperl?

2001-08-01 Thread John Buwa
und after the web > transaction is complete. > > ryan > > - Original Message - > From: "John Buwa" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 31, 2001 5:26 AM > Subject: More stuff not working with conversion to mod

RE: More stuff not working with conversion to modperl?

2001-08-01 Thread Geoffrey Young
> -Original Message- > From: John Buwa [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 5:03 AM > To: [EMAIL PROTECTED] > Subject: Re: More stuff not working with conversion to modperl? > > > This seemed to hit it on the head, i really dont unders

Re: More stuff not working with conversion to modperl?

2001-08-01 Thread Perrin Harkins
John Buwa wrote: > Isnt there a way to clear global variable to a null after a web transaction > is complete? Apache::PerlRun does that. - Perrin