> > There's your problem - you aren't using mod_perl at all - the system > call launches a new perl interpreter, compiles the code, runs it and > exits. > > not very efficient - same as using ordinary CGI. >
Ok, then I finally understand what is happening. But is there any other option to use every script under mod_perl even calling it from php? Thanks for your help. Regards.