Dear List, Can anyone point out to me how I can return the output of process() to a variable in a perl script. I have been trying:
BEFORE $tt->process($html_template, $vars, $output) || die $tt->error(), "\n"; $tt->error(), "\n"; NOW $output = $tt->process($html_template, $vars) || die $tt->error(), "\n"; $tt->error(), "\n"; On both cases output goes out to standard output and this is driving me nuts! Thanks all for your help. Best Regards, Yussef M. ElSirgany Software Engineer Lifeascode.com Email: [EMAIL PROTECTED] Phone: 516-445-1378 Fax: 516-484-2424
