$cellDB[0] = {
'cellLeakage' : '15.1484',
'cellArea':'234'
}
$cellDB[1] = {
'cellLeakage' : '16.666',
'cellArea':'323'
}
No I created an array of Pointer
$lib[0]=\@cellDB; where $lib[0] points to cellDB arrays.
Read more cellDB and put the pointer again in new $lib[1];
$lib[1]=\@cellDB where This point will point to new cell of cellDBs
But unfortunately when I read the firts cell set in the $lib[0] and then read in the new cell set in $lib[1] some how $lib[0] is always written over. No clue why is this happening.
I think it is overwriting the pointer in the $lib[0]. Please advise.

New Topic/Question
Reply



MultiQuote





|