Help for this page

Select Code to Download


  1. or download this
    my $sth=$dbh->prepare("SELECT * FROM ddts WHERE `Stat`=? AND `Project`
    +=? AND `Version`=?");
    $sth->execute("T","Def",join(@version));
    
  2. or download this
    y @compile=param ('compile');
    my $dbh=DBI->connect($dsn,$user,$password,) 
    ...
    
    print "</table>";
    $sth->finish;