Re: [htmltmpl] FW: Error using html::template

2009-06-09 Thread Mathew Robertson
Other than that, I'd suggest you ask your sys-admin to fix their security policy What about using wget or curl to read the file, and then use the feature of H::T's "new" method to load a template from a variable? (scalarref => $ref_to_template_text). I agree that disallowing opening

Re: [htmltmpl] FW: Error using html::template

2009-06-09 Thread Mark Fuller
On Mon, Jun 8, 2009 at 6:11 PM, Mathew Robertson wrote: > Other than that, I'd suggest you ask your sys-admin to fix their > security policy What about using wget or curl to read the file, and then use the feature of H::T's "new" method to load a template from a variable? (scalarref => $ref_t