Help for this page

Select Code to Download


  1. or download this
    my $arg;
    if(defined $status) {
    ...
    
    $sth = $dbh->prepare($statement) or die "Cannot Prepare $DBI::errstr";
    $sth->execute($arg) or die "Cannot execute $DBI::errstr";