in reply to Re^2: Retrieving data from deep structure
in thread Retrieving data from deep structure
PS: Is there a good reference where I can learn the subtleties of scalars, arrays and hashes? I understand the basic difference, but I'm totally at a loss when to use which prefix (e. g. my %local_hash = (); vs. $local_hash{id} vs. $class->{methods}).perldata; and, for the fancy stuff, perldsc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Retrieving data from deep structure
by enikao (Initiate) on Dec 06, 2008 at 00:19 UTC |