Help for this page

Select Code to Download


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