Help for this page

Select Code to Download


  1. or download this
    open(TESTFILE,"<",$TestFile) or die "ERROR: Unable to open $TestFile f
    +or reading";
    }
    
  2. or download this
    if (!open(TESTFILE,$TestFile)) {
        print "ERROR: Unable to open Test File for reading: $TestFile";
        exit();