Help for this page

Select Code to Download


  1. or download this
    $sth->execute(...);
    my $names = $sth->{NAME_lc};
    ...
      $hash{@$names} = @$row;
      push @data, \%hash;
    }