Help for this page

Select Code to Download


  1. or download this
    foreach $i (@row) {
        print(getcode($i), "\n");
        $i++;
    }
    
  2. or download this
    $sth->execute or die "Cannot execute: $DBI::errstr\n";
    
  3. or download this
    @row = $sth->fetchrow_array();