Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        ok( $heap_compares < $sort_compares,
            "fewer heap compares ($heap_compares < $sort_compares)" );
    }