Help for this page

Select Code to Download


  1. or download this
     sub attempt_closure_after_successful_candidate_file_open
          (&closure, @fileList)
    ...
            throw Exception "Can't open any file.",
                   debug => @fileList . " tried.";
        }
    
  2. or download this
       my $foo = BEGIN{ compute_cont() } + $foobar;