Help for this page

Select Code to Download


  1. or download this
    eval "sub { $code }";
    die "Compilation failure: $@" if $@;
    
  2. or download this
    my $closure = eval "sub {\n$code\n}";