in reply to Writing to a file on two different servers

Can you set up NFS or some other file sharing system? Then you could use ">>/mounts/nfs/path/to/file" or "\\machine\path\to\file" or even "G:\path\to\file" depending on system and or method of mounting files.

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Writing to a file on two different servers