I tried to print an error string using die function:
open(F,$pathname) || die("No data available for the specified date, Please select another date.\n");
But I just got the program finished without printing error string. What could be wrong?
Thanks!
Zhenning
open(F,$pathname) || die("No data available for the specified date, Please select another date.\n");
But I just got the program finished without printing error string. What could be wrong?
Thanks!
Zhenning