Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my %hash=map { /^(.*)-(\d+)$/; $1=>$2} @CELLS;
    
    print STDERR "hash DUMPER:\n", Dumper(\%hash), "\n";
    
  2. or download this
    hash DUMPER:
    $VAR1 = {
    ...
              'C' => '8',
              'B' => '6'
            };
    
  3. or download this
    hash DUMPER:
    $VAR1 = {
    ...
                       6
                     ]
            };