Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    print "$_ => [@{$hoa{$_}}]\n" for sort keys %hoa;
    
  2. or download this
    A => [0 1 2]
    B => [1 2 3]
    ...
    F => [5 6]
    G => [8]
    H => [10]