in reply to 2d array problem: unexpected output
Also, you might try Data::Dumper which will show you your structures:$sbox[$i][$j] = $input[$y]
use Data::Dumper; Dumper( \@array );
Phil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 2d array problems
by punklrokk (Scribe) on Apr 27, 2006 at 20:42 UTC |