So I need to allow users to use a whole lot of perl functionality, however, I don't want them to have access to additional libraries, the "move", "unlink", "system", "exec", etc. functions and I need to provide them with predefined variables and wrappers to the above subroutines.
Has anyone done this before? How did you do it?