Help for this page

Select Code to Download


  1. or download this
    my $query = $dbh->prepare("SELECT * FROM items ORDER BY created ASC");
    +   
    
    ...
        next if $h_fields->{status} eq 'no';                # not needed w
    +ith WHERE clause
        ...
    }
    
  2. or download this
    $ary_ref = $sth->fetchrow_arrayref;
    $ary_ref = $sth->fetch;    # alias