in reply to Not getting this assignment ...
my %hashCellID;
For debugging purposes, you can print the contents of your variables using Data::Dumper:
use Data::Dumper; print Dumper(\%hashCellID);
On a side note, you should post code inside code tags: Writeup Formatting Tips
|
|---|