Help for this page

Select Code to Download


  1. or download this
    $sth->execute( $line, $line ) or die ...;
    my @all_rows = @{ $sth->fetchall_arrayref() };
    
  2. or download this
    my @all_rows = @{ $sth->fetchall_arrayref( {} ) };