in reply to Attempting to interpret JSON data
# $VAR1 = { 'lbvserver' => [ {, 'name' => 'name1', ' # ^ ^ ^ my $name = $decode_json->{lbvserver}[0]{name}; # ^ ^ ^
perlreftut and maybe perldsc should teach you enough to figure it out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Attempting to interpret JSON data
by mr007619 (Novice) on May 16, 2012 at 20:24 UTC | |
|
Re^2: Attempting to interpret JSON data
by mr007619 (Novice) on May 16, 2012 at 21:36 UTC | |
by Eliya (Vicar) on May 16, 2012 at 22:10 UTC | |
by mr007619 (Novice) on May 16, 2012 at 23:21 UTC |