|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Multidimensional Arraysby Anonymous Monk |
| on Oct 21, 2008 at 02:15 UTC ( #718355=note: print w/ replies, xml ) | Need Help?? |
|
Hi and thanks for the great tutorial...one small note use Data::Dumper; print Dumper \@array; should be... use Data::Dumper; print Dumper \@shapes; Thanks again
In Section
Tutorials
|
|
||||||||||||||||||||