in reply to Problem with traversing a two dimensional array
split returns a list, to make an array you need [ 'square' , 'brackets' ]
for exampe push @sandGrid, [ split '', $line ];
Say it with me:
{ 'hashes', 'are', 'curly', 'ones' }
[ 'arrays', 'are', 'square' ]
( 'lists are round' )
|
|---|