I'm attempting to execute a page and redirect the output to a file. This is 
all that's in the page I'm loading:
[- Execute({inputfile=> 'page.epl', output => '/tmp/output.html' }); -]

page.epl begins with :
[$var $req ..... $]
[- $req = shift; -]
...
...

$req is not arriving where it can be unshifted apparently or the 
embperl::object mechanism is not working with an Execute? (code in 
constants.epl is not being executed).   I can load page.epl normally in the 
browser and it works great. I'm running Apache 1.3.27 on RedHat 7.3 using 
Embperl 2.0B8, ModPerl 1.27.

What do I need to do to make this work? I thought the request object is passed 
to all epl pages.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to