Re: Using Execute with perl scripts

2001-01-15 Thread Gerald Richter
> > Is there a better way of writing the following line? > > [+ `/var/www/intranet/parts/foo.pl` +] > > I want to make sure that I'm still taking advantage of mod_perl, and not > loading up the perl intepreter for each call of foo.pl. > [- # instead of setting STDOUT to OUT (via select), you can

Using Execute with perl scripts

2001-01-15 Thread Wim Kerkhoff
Hi Everyone, I've been wanting to include the output of pure perl scripts in my Embperl pages. Is there a better way of writing the following line? [+ `/var/www/intranet/parts/foo.pl` +] I want to make sure that I'm still taking advantage of mod_perl, and not loading up the perl intepreter fo