Help for this page

Select Code to Download


  1. or download this
    # prepare and execute statement
    my $array_ref = $sth->fetchall_arrayref();
    
    ...
    foreach my $row (@$array_ref[0 .. 20]) {
        # do something
    }