blahblah has asked for the wisdom of the Perl Monks concerning the following question:
$foo = { 'SOMETHING_01' => { 'CLASS' => [ { 'VALUE' => 'BUBBLE' } ], } }
my $fee; %{$fee->{'SOMETHING_02'}} = %{$foo->{'SOMETHING_01'}}; $fee->{'SOMETHING_02'}{CLASS}[0]{VALUE} = 'SQUEEK';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Forcing dereference
by shemp (Deacon) on Oct 15, 2004 at 17:04 UTC | |
by radiantmatrix (Parson) on Oct 15, 2004 at 18:53 UTC | |
|
Re: Forcing dereference
by borisz (Canon) on Oct 15, 2004 at 17:13 UTC | |
|
Re: Forcing dereference
by ikegami (Patriarch) on Oct 15, 2004 at 17:51 UTC |