On Thu, May 24, 2001 at 11:12:24AM +1000, Gavin Carr wrote:
> [- Execute({ inputfile => 'dynamic.ehtml', output => $output,
> param => [ 'R' ] }); -]
Whoops, output should be a reference:
[- Execute({ inputfile => 'dynamic.ehtml', output => \$output,
param => [ 'R' ] }); -]
Cheers,
Gavin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- How to save dynamic HTML output to a file after user reviews... Scott Chapman
- Re: How to save dynamic HTML output to a file after use... Gavin Carr
- Gavin Carr
