Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare($query);
    $sth->execute();
    my $stories=$sth->fetchall_hashref;
    
  2. or download this
    DBI fetchall_hashref: invalid number of parameters: handle + 0