Help for this page
my $data = $json->decode($jsonfeed); ... } print Dumper( \@values );
$VAR1 = [ 'value', 'value', 'value' ];