- or download this
'private value' trapped by operation mask...
- or download this
use strict;
use warnings;
...
my $vi = $box->reval('5',1);
die "$@ " unless (defined $vi);
print "vi=$vi\n";
- or download this
vi=5
- or download this
$box->permit_only(':base_core', ':base_orig');