Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw(cmpthese);
    
    @data = (1,2,3,4); # the values that would have been in @_
    ...
      with =>    \&sub_with_ifs,
      without => \&sub_without_ifs
    });