From: ts Date: 2005-10-09T00:39:48+09:00 Subject: Re: Save the world from evil code crusade >>>>> "a" == aurelianito writes: a> of the code. I also wan't to be able to run "eval" without worring a> about potencial problems (not disabling eval, like it would be the case a> if $SAFE == 4). It's a different security model from the "tainting" a> model that is used in Perl and Ruby. moulon% ruby -e '$SAFE = 4; eval "1+1"' moulon% Guy Decoux