summaryrefslogblamecommitdiff
path: root/security/p5-Safe-Hole/pkg-descr
blob: 09fd876d43c397967ef9212176ec3949c138263f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                      
	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