> > > > 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?
The only way I can think of would be to make a web request in PHP, so the PHP program does an HTTP request to your web server, to call the perl script, then does something with the data that is returned. Not optimal, but it may suit your needs > > Thanks for your help. > Regards. >