Help for this page

Select Code to Download


  1. or download this
    my $rl = $dbh->selectall_arrayref( $sql );
    print ref $rl, "\n";
    
  2. or download this
    my $rl = $dbh->selectall_hashref( $sql );
    print ref $rl, "\n";