Hello,
I'm trying to use TT to process templates on another server. Can process method take a url?
Instead of this:
$tt->process('welcome.tt2')Can I do this:
$tt->process('http://someotherhost/welcome.tt2')Or do I need to use LWP to fetch the $page then feed it to process() like so?
$tt->process('\$page')Thanks, Ken A
_______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
