Help for this page

Select Code to Download


  1. or download this
    while ($ref = $sth->fetchrow_hashref){
    ...
       foreach $col (keys %$ref) {
    
  2. or download this
    while ($ref = $sth->fetchrow_hashref("NAME_lc")){
    ...
       foreach $col (@{$sth->{"NAME_lc"})