Help for this page

Select Code to Download


  1. or download this
    my $code_ref = $code_cache{$code} ||= eval $code;
    die("Unable to compile and run code: $@\n)"
       if !$code_ref;
    $code_ref->();