Help for this page

Select Code to Download


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