I have written a script that writes user responses into a flat file. Our networking department has recently implemented a load balancer and we now have three production boxes. The script writes into a file in a folder called /data folder and now there are three /data folders. The three files of course are not in sync. Our solution is to hard code location of the file (one of the machines has been designated as the store for the file). How do I reference a machine name (UNC) in the open() statement? I am used to something like open(HANDLE,"<$filename") but $filename pertains to a file stored in the same box as the code.
Your kind response is deeply appreciated.
perlboy