Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            total_count         => $count_of_positives + $count_of_negativ
    +es + $count_of_zeros + $count_of_others,
        };
    }
    
  2. or download this
    __END__
    1..4
    ...
    use_spaceship_op       2543/s                48%                   22%
    +      10%               --               -77%
    use_comparison_ops    10857/s               533%                  420%
    +     371%             327%                 --
    # Looks like you failed 1 test of 4.