- or download this
use Safe;
$compartment = new Safe('userMath');
$result = $compartment->reval($expressionToEval);
- or download this
$compartment->permit(qw(sqrt));
- or download this
$compartment->share_from('Math::Complex', [ '&make' ]);
- or download this
$compartment->reval('use Math::Complex');