in reply to Re: Array refs problem ...
in thread Array refs problem ...
Gave meprintf STDOUT ("1-->%s<--\n", $Row->{ Cells } ); printf STDOUT ("2-->%s<--\n", $FieldOrder ); printf STDOUT ("3-->%s<--\n", $Row->{ Cells }[ ( @$FieldOrder ) ] ) ;
I don't know what I would have expected for the last one (I think that's like saying $Array[1..4], which surely should be written @Array[1..4], but what do I know ...)1-->ARRAY(0x2af07dc)<-- 2-->ARRAY(0x2ab07dc)<-- 3-->HASH(0x2b50058)<--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Array refs problem ...
by ikegami (Patriarch) on Jun 24, 2009 at 17:44 UTC |