Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    ok( $#array == (@{[ %hash ]})/2 - 1, 'Recipe 1.10 from the Cookbook' )
    +;
    ok( $#array == keys(%hash)-1, 'keys minus 1' );