Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
                     ]
            };
    
  2. or download this
    print "$_ => (@{$items{$_}})\n" for sort keys %items ;
    __END__
    ...
    3 => (14 15)
    4 => (16 17 18 19 20)
    5 => (21 22 23 24)