in reply to Re^2: syntax of multidimensional arrays and hashes
in thread syntax of multidimensional arrays and hashes
$tsize[$tnum] = @{$threads{$thread}};
doesn't appear to have any real meaning or usefulness.
use @{$threads{$thread}} instead of trying to assign a scalar value to a 'C' style @tsize array.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: syntax of multidimensional arrays and hashes
by hsfrey (Beadle) on Jul 19, 2009 at 04:43 UTC |