hello
this one below works if you run the program on the same directory as a.txt
a.txt is an argument
$data_file="a.txt";
open(DAT, $data) || die("Could not open file!");
but, if you run this program from different directory, even with path being specified it won't work
say the program is...