[Templates] Better than LOAD_PERL?
Robin Smidsrød
robin@smidsrod.no
Wed, 03 Jan 2007 07:16:42 +0100
Todd Freeman wrote:
> Ok.... so I love the fact that LOAD_PERL easily makes a bunch of modules
> work... but I hate that in a user environment I can't seem to control
> what they can use.
>
> Is there such a thing as LOAD_PERL with a restriction list of modules?
> Or do I have to make stupid stub modules for each one I want to allow?
>
I think maybe you're looking for Safe.pm, with all it's oddities. Not
sure how easy it would be to integrate into TT though...
-- Robin