Hi,
I am pretty a newbie to PERL. I was going through a code snippet and this is how it looks like:
push @{$hashCellID{$lv}} , $cellID;
$hashCellname{$cellname}++;
What does this mean ? There are no declarations as to what hashCellID is previously.
Thanks,
-Karthik
Hi,
Thanks for posting replies and helping me out. I am failing to understand that hashes always are declared as % and in my code, there is no mention of this valriable like %hashCellID / %hashCellname.
Also, I have code like
$hashSmsCnt{$lv}++.
I dont know how a scalar variable can have index.
Thanks,
-Karthik