in reply to Embedded perl or mini-language translator to perl

You could look into use Safe to limit their abilities in perl. Then you provide them with just the basics, and you build an API and give them access to it. That should provide you with the power of perl and lower concerns about bad code some. If you build a broad enough API then you would be more teaching them the API than perl. The benefit is that there is already plenty of resources for people learning perl so you don't have to bear the full training load.


___________
Eric Hodges
  • Comment on Re: Embedded perl or mini-language translator to perl