Index of /ports_security/p5-Safe-Hole
Name Last modified Size
Parent Directory -
Makefile 28-Apr-2008 18:15 502
distinfo 24-Jan-2006 04:03 198
pkg-descr 10-Mar-2005 11:49 574
pkg-plist 22-Jan-2006 05:50 335
We can call outside defined subroutines from the Safe
compartment using share(), and call methods through the object that is
copied into the Safe compartment using varglob(). However, these
subroutines and methods are still executed in the Safe compartment, so
they cannot call other subroutines that are dynamically qualified with
the package name, such as class methods.
Through Safe::Hole, we can execute outside defined subroutines
in the original main compartment from the Safe compartment.
- Seth
sethk@meowfishies.com
WWW: http://search.cpan.org/dist/Safe-Hole/