IndirectX has asked for the wisdom of the Perl Monks concerning the following question:
What's wrong with this?$a[7][9] = {' ',' ',' ','#','#','#',' ',' ',' '} {' ',' ','#','#',' ','#','#',' ',' '} {' ','#','#',' ',' ',' ','#','#',' '} {'#','#',' ',' ',' ',' ',' ','#','#'} {'#','#','#','#','#','#','#','#','#'} {'#','#',' ',' ',' ',' ',' ','#','#'} {'#','#',' ',' ',' ',' ',' ','#','#'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multidimensional Array
by Zaxo (Archbishop) on Jun 23, 2002 at 03:20 UTC | |
|
Re: Multidimensional Array
by Juerd (Abbot) on Jun 23, 2002 at 10:00 UTC | |
|
Re: Multidimensional Array
by kvale (Monsignor) on Jun 23, 2002 at 03:20 UTC | |
|
Re: Multidimensional Array
by grinder (Bishop) on Jun 23, 2002 at 21:25 UTC |