On Wed, Mar 21, 2001 at 08:22:42PM -0500, Ilia Lobsanov wrote:
> On Wed, Mar 21, 2001 at 05:41:51AM +0100, Gerald Richter wrote:
> > 
> > Execute ({inputfile => 'foo.htm', outputfile => 'foos.output.htm'}) ;
> 
> outputfile requires absolute path. I want it to output into the
> directory defined by OUTPUT_PATH

Execute({inputfile => 'foo.htm',
         outputfile => $ENV{OUTPUT_PATH}.'/foos.output.htm'});

am i missing something?

-- 
 - Gus

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

Reply via email to