in reply to array or hash reference
`perldoc perlref'C:\>perl -le"push @a,{};print for @a" HASH(0x2252c0) C:\>perl -le"push @a,[];print for @a" ARRAY(0x2252c0)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array or hash reference
by Anonymous Monk on Aug 11, 2004 at 07:11 UTC | |
by PodMaster (Abbot) on Aug 11, 2004 at 07:29 UTC | |
by pelagic (Priest) on Aug 11, 2004 at 07:37 UTC | |
by davido (Cardinal) on Aug 11, 2004 at 07:45 UTC |