Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    is_deeply \%names, { alic => 2, andy => 3, anne => 2, bert => 2,
        iowq => 1, john => 1, step => 1, stepy => 2 };