I'm trying to create/write to a file on a local machine using Windows. The server is LINUX. I can write to a file on the server and I can upload a file from the local pc (accessing the web site), but I can't write to the local pc. I've tried the
open (outfile,">c:/filename.txt"
; approach but can't get the process to work.
I've been reading the forums and trying to determine:
1. Is this possible?
2. What's the best method.
3. Do I have to have LWP?
Any input would be greatly appreciated!!!!
open (outfile,">c:/filename.txt"
I've been reading the forums and trying to determine:
1. Is this possible?
2. What's the best method.
3. Do I have to have LWP?
Any input would be greatly appreciated!!!!