Help for this page

Select Code to Download


  1. or download this
      my $rows= $dbh->selectall_arrayref( "SELECT * FROM table", { Slice =
    +> {} } );
    
  2. or download this
      printf "Executed Statement - returned (%d) rows\n", scalar( @$rows )
    +;