Help for this page

Select Code to Download


  1. or download this
    ########################
    sub sql_execute($$) {
    ...
    
      #usage: my $rv = sql_execute($dbh, $sql);
    }
    
  2. or download this
    .
    .
    ...
    print $rv;
    
    exit 1;