Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Safe;
    ...
    my $compartment = Safe->new;
    $safe = sub { $compartment->reval($code) || die $@};
    print $safe->();