Re: defined, but undefined

2003-09-24 Thread Frantzcy Paisible
Thanx! That seems to work, i'll get it running like this and then convert to PM... My first goal is fasterm memory I have... then I'll make it less memory hungry... Thanx for your help... Frantzcy On 24 Sep 2003 17:03:43 -0400,Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Wed, 2003-09-24

Re: defined, but undefined

2003-09-24 Thread Perrin Harkins
On Wed, 2003-09-24 at 16:54, Frantzcy Paisible wrote: > Yes, I saw that, but was kind off trying to avoid it. > Is it the "only" way ? I have lots f "legacy" code in those lib file. It's definitely the best way to do it, but if you must, you can do this instead: BEGIN { do 'lib1.lib'; } That

Re: defined, but undefined

2003-09-24 Thread Frantzcy Paisible
Yes, I saw that, but was kind off trying to avoid it. Is it the "only" way ? I have lots f "legacy" code in those lib file. Frantzcy On 24 Sep 2003 16:53:35 -0400,Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Wed, 2003-09-24 at 16:44, Frantzcy Paisible wrote: > > ScriptB will break on "Unde

Re: defined, but undefined

2003-09-24 Thread Perrin Harkins
On Wed, 2003-09-24 at 16:44, Frantzcy Paisible wrote: > ScriptB will break on "Undefined subroutine > &Apache::ROOT::cgi_2dbin::ScriptB_2ecgi::read_query_string" http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs You need to make your perl4-style .lib files

defined, but undefined

2003-09-24 Thread Frantzcy Paisible
Hi, I've just read the 79 pages long http://perl.apache.org/docs/1.0/guide/porting.html but I still cannot see the light... and franckly it kind off confused me. I'm trying to migrate from perl to mod_perl. I've tried Apache::PerlRun it works, but it's not enough. I'm aiming for Apache::Re