Help for this page

Select Code to Download


  1. or download this
    my $statement = 'SELECT REFERENCE, REQUIREMENTS FROM TestCasesOutput W
    +HERE PassFail = "fail"';
    my $stg = $dbh->prepare($statement);
    $stg->execute() or die "An error occured while executing statement: ".
    +$DBI::errstr;