Help for this page

Select Code to Download


  1. or download this
       $sth = $dbh->prepare($statement) or die "Couldn't prepare the query
    +: $sth->errstr";
    my $rv = $sth->execute($filename,$to,$from,$comments,$uldate,$expdate)
    + or die "Couldn't execute query: $dbh->errstr";