Re: [htmltmpl] FW: Error using html::template
Brought to you by:
samtregar
From: Mark F. <azf...@gm...> - 2009-06-09 16:54:51
|
On Mon, Jun 8, 2009 at 6:11 PM, Mathew Robertson <mat...@ne...> 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_to_template_text). I agree that disallowing opening files on a system seems obsessive. Mark |