From: Ken A Subject: [Templates] tt->process(url) ? Date: 19:23 on 28 Dec 2004
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
templates@xxxxxxxxxxxxxxxx.xxx
http://lists.template-toolkit.org/mailman/listinfo/templates
[Templates] tt->process(url) ?
Ken A 19:23 on 28 Dec 2004