in reply to Re^2: foreach doesn't select array element
in thread foreach doesn't select array element
I didn't read your code in detail, but when de-referencing a subscript'ed thing, you need to use {} to show "@" what it is operating upon, eg.. @{$fldref[3]}. If $fldref is just a single ref, then @$fldref works. But this doesn't work if $fldref has a subscript.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: foreach doesn't select array element
by december (Pilgrim) on May 04, 2009 at 13:50 UTC |