Help for this page

Select Code to Download


  1. or download this
    foreach my $lv (keys %hashCellID)
    {
       print "$lv = @{$hashCellID{$lv}}\n";
    }
    
  2. or download this
    foreach my $cell (keys %hashCellname)
    {
       print "$cell count = $hashCellname{$cell}\n";
    }