Help for this page

Select Code to Download


  1. or download this
    @structure = (
       [ # Result from first query.
    ...
           ...
        ]
    );
    
  2. or download this
    # Total results from all parameters of query 2
    # See List::Util qw[ sum ];
    my $q2Total = sum @{ $structure[ 1 ] };