> Our web server enables us to use 'SafePerl' for
> CGI scripts. I can find little information relating
> to this, and what subset of Perl commands are
> enabled (or correctly, which commands are disabled).
> Can anyone point me in the right direction?

You are probably looking for the "Safe" module, or taint
mode.  The safe module is for running untrusted scripts,
taint is for stopping most unchecked input being used for
system related commands.

perldoc perlsec
perldoc Safe

Alternatively try either CPAN or 'Perl in a Nutshell' for
details.

Jonathan Paton

________________________________________________________________
Nokia 5510 looks weird sounds great. 
Go to http://uk.promotions.yahoo.com/nokia/ discover and win it! 
The competition ends 16 th of December 2001.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to