smackdab has asked for the wisdom of the Perl Monks concerning the following question:
my %all = $obj->GetALL(); foreach (keys %all) { # Other foreach here... $all{$_}{...}{...} }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: basic object question
by mfriedman (Monk) on Jun 15, 2002 at 05:18 UTC | |
|
Re: basic object question
by Anonymous Monk on Jun 15, 2002 at 05:15 UTC | |
|
Re: basic object question
by BUU (Prior) on Jun 15, 2002 at 05:17 UTC |