- or download this
open(INP, "<$file_list") or die("Error reading file");
...
# I then call a subroutine which opens the $data_file
# and performs some analysis on it
}
- or download this
open(INP, "<$file_list") or die("Error reading file");
...
# I then call a subroutine which opens the $data_file
# and performs some analysis on it
}