>
> 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
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