Help for this page

Select Code to Download


  1. or download this
    for my $id (@id){
      my @query = (
    ...
        }
      }
    }
    
  2. or download this
        if (defined $id){
          print "Running $sql for $id\n";
    ...
          print "Running $sql (no parameters)\n";
          $sth->execute();    
        }