From: aurelianito Date: 2005-10-09T00:36:50+09:00 Subject: Re: Save the world from evil code crusade I want to be able to define different capabilities for different parts of the code. I also wan't to be able to run "eval" without worring about potencial problems (not disabling eval, like it would be the case if $SAFE == 4). It's a different security model from the "tainting" model that is used in Perl and Ruby.