Help for this page

Select Code to Download


  1. or download this
    my $asdf = $dbh->selectall_hashref($sth,['blah1','blah2','blah3']);
    
    ...
        }        
      }
    }
    
  2. or download this
    for my $key ( keys %$hashref ) {
    ...
    }