Help for this page

Select Code to Download


  1. or download this
    use Safe;
    my $compartment = new Safe;
    $compartment->permit_only(':base_core');
    my $result = $compartment->reval($foo);
    
  2. or download this
    my $result = $compartment->rdo($filename);