in reply to Re: Trouble Getting Deep Into a Hash from XML::Parser
in thread Trouble Getting Deep Into a Hash from XML::Simple
Thanks!!my $moreListCnt = 2; my $cnt = 0; my @morelist; for (;$cnt<$moreListCnt;$cnt++) { $morelist[$cnt]{'more'} = $content->{'soapenv:Body'}{'getKeywordVa +riationsResponse'}{'getKeywordVariationsReturn'}{'moreSpecific'}[$cnt +]->{'text'}; $morelist[$cnt]{'comp'} = $content->{'soapenv:Body'}{'getKeywordVa +riationsResponse'}{'getKeywordVariationsReturn'}{'moreSpecific'}[$cnt +]->{'advertiserCompetitionScale'}; $morelist[$cnt]{'pop'} = $content->{'soapenv:Body'}{'getKeywordVar +iationsResponse'}{'getKeywordVariationsReturn'}{'moreSpecific'}[$cnt] +->{'searchVolumeScale'}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Trouble Getting Deep Into a Hash from XML::Parser
by runrig (Abbot) on Sep 02, 2006 at 17:36 UTC |