Help for this page
@structure = ( [{ ... }, ... push @structure->[$i], $ex[$i]; }
my @structure = ( [ # Result from first query. ... my $q2Total = sum @{ $structure[ 1 ] }; print $q2Total."\n";