in reply to Re^2: Population of HoAoA based on file contents
in thread Population of HoAoA based on file contents
Thanks for your further help on this. I feel like I'm almost there, but not quite.. I made the changes you suggested, but I'm still getting errors starting at the line
next unless scalar @{ $data{$id}[$window] } >= 2;
The error is:
Can't use an undefined value as an ARRAY reference
Is this referring to $window? Regarding the way I was using it above, was $window the outer array that holds all the smaller arrays? Even if this is true, I don't see why I'm getting the error messages I'm getting.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Population of HoAoA based on file contents
by state-o-dis-array (Hermit) on May 25, 2012 at 14:35 UTC | |
by iangibson (Scribe) on May 25, 2012 at 17:05 UTC | |
by iangibson (Scribe) on Jun 01, 2012 at 16:08 UTC | |
by iangibson (Scribe) on Jun 11, 2012 at 16:43 UTC |