Help for this page

Select Code to Download


  1. or download this
    push @qrydata, [ @$row ];
    
  2. or download this
    last if $xx++ >10;
    
  3. or download this
    if (@qrydata > 10) {
        $sth->finish();
        last;
    }