Help for this page

Select Code to Download


  1. or download this
                  s/iter    With undef Without undef
    With undef      22.5            --           -9%
    Without undef   20.6           10%            --
    
  2. or download this
                  s/iter    With undef Without undef
    With undef      22.5            --           -8%
    Without undef   20.7            9%            --
    
  3. or download this
    use strict;
    use warnings;
    ...
        'Without undef' => \&without_undef,
        'With undef' => \&with_undef,
    });