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]

Reply via email to