Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$children{$parent_id}{$child_id}{'id'} = $newid;
@{ $children{$parent_id} });
keys($children{$parent_id})
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Trying to pull the key values from a Hash
by bellaire (Hermit) on Nov 24, 2009 at 15:20 UTC | |
Re: Trying to pull the key values from a Hash
by BioLion (Curate) on Nov 24, 2009 at 15:53 UTC | |
by JadeNB (Chaplain) on Nov 24, 2009 at 16:43 UTC | |
by BioLion (Curate) on Nov 25, 2009 at 10:22 UTC | |
Re: Trying to pull the key values from a Hash
by planetscape (Chancellor) on Nov 24, 2009 at 20:34 UTC | |
Re: Trying to pull the key values from a Hash
by biohisham (Priest) on Nov 24, 2009 at 16:14 UTC |