Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use 5.10.0;
    ...
    
    say "The count of 'word' is ", $hoh{'word'}{'count'};
    say "The array of 'word' is @{$hoh{'word'}{'array'}}"; # now good.