Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       cmp_ok( scalar(%hash), '!=', 0, "Not empty: scalar != 0" );
       ok( (keys(%hash) ? 1 : 0),      "Not empty: keys"        );
    }
    
  2. or download this
    not ok 1 - Version = v5.32.1
    #   Failed test 'Version = v5.32.1'
    #   at badtests1.pl line 8.
    
  3. or download this
    #   Failed test 'Version = v5.32.1'
    #   at badtests2.pl line 9.
    #          got: 'v5.32.0'
    #     expected: 'v5.32.1'