networkwoes
Technical User
I am running perl on the d drive of an NT machine, and I have a text file that I want to open from a novell network drive that i have mapped as a G drive... could anyone tell me the correct syntax for this????
open( INITIALS , "G:\aa&t\Flat_Files\initials.txt" )
open( INITIALS , "\\jxnclisvr04\vol3\aa&t/Flat_Files/initials.txt" )
neither of these seem to work.
open( INITIALS , "G:\aa&t\Flat_Files\initials.txt" )
open( INITIALS , "\\jxnclisvr04\vol3\aa&t/Flat_Files/initials.txt" )
neither of these seem to work.