Help for this page

Select Code to Download


  1. or download this
    a_short_circuit_foreach => sub {
      my $present;
    ...
      }
      $present
    },
    
  2. or download this
    #!/usr/bin/perl
    use Benchmark qw( timethese cmpthese );
    
    ...
    
    __END__