in reply to Re: JSON ARRAY Problem
in thread JSON ARRAY Problem
The OP's code snippet included this line:
my $var1 = $decoded->{'meta-tags'}[$i]{'id'};
He's already using some JSON module to arrive at that data structure.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: JSON ARRAY Problem
by Riales (Hermit) on Oct 01, 2013 at 04:43 UTC | |
by davido (Cardinal) on Oct 01, 2013 at 05:28 UTC |