in reply to json::xs arrays
my $email = $response->{data_info}{del_info}[0]{email}[0];
or, if there are more than one,
my @emails = @{ $response->{data_info}{del_info}[0]{email} };
and if there are more than one del_info's:
my @emails = map @{ $_->{email} }, @{ $response->{data_info}{del_info} + };
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: json::xs arrays
by bigup401 (Pilgrim) on Mar 29, 2017 at 14:19 UTC | |
by AnomalousMonk (Archbishop) on Mar 29, 2017 at 15:05 UTC |