Folks,
long time no speak.. hurray for project work slowing down for a bit...
My problem is that I am 'porting' a perl script from a Unix box to an NT box. My problems are that when I try and open a file (for reading) with:
This works on the Unix box (looking in the local directory for the file) but not on the NT 4 box where it comes back with "File not Found".
Other than file permissions (which are read-global) has anyone had problems on NT4 before? The rest of my script is working just not the opens.
Cheers
Loon [sig][/sig]
long time no speak.. hurray for project work slowing down for a bit...
My problem is that I am 'porting' a perl script from a Unix box to an NT box. My problems are that when I try and open a file (for reading) with:
Code:
open (INF, "example.txt") or print "Couldn't open example.txt ($!)"
This works on the Unix box (looking in the local directory for the file) but not on the NT 4 box where it comes back with "File not Found".
Other than file permissions (which are read-global) has anyone had problems on NT4 before? The rest of my script is working just not the opens.
Cheers
Loon [sig][/sig]