Help for this page
use strict; use warnings; ... for my $query (@{ $tree->{query} }) { print(Dumper($query)); }