Searched defs:Safe (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm1 package Safe; package
7 $Safe::VERSION = "2.28";
61 # Safe is loaded. Then we can add utf8::SWASHNEW to $default_share.
68 # independent of being inside/outside of Safe. So once loaded they can be)
153 $obj->{Root} = "Safe::Root".$default_root++;
158 # XXX perhaps new Safe 'Root', mask => $mask, foo => bar, ...;
225 croak("Safe root method now read-only") if @_;
457 Safe - Compile and execute code in restricted compartments
461 use Safe;
463 $compartment = new Safe;
[all...]

Completed in 21 milliseconds