Re: Searching Complex Array Values



In article <170120121100027068%jimsgibson@xxxxxxxxx>, Jim Gibson
<jimsgibson@xxxxxxxxx> wrote:


my $b = $a->{inst}-=>[0]->{'A-data'};

Sorry for the typo. That should be:

my $b = $a->{inst}->[0]->{'A-data'};

--
Jim Gibson
.