A
Alan
Hi all,
I am trying to send output to a local file and not having much luck
with it.
using this bit of code:
.. . .
open (LOCAL, ">c:\\important_stuff\\file_name.txt");
foreach (@data) {print LOCAL "$_";}
.. . .
results in a file named "c:\important_stuff\file_name.txt" in the
CGI-BIN directory of the server.
Any comments are appriciated,
-Alan
I am trying to send output to a local file and not having much luck
with it.
using this bit of code:
.. . .
open (LOCAL, ">c:\\important_stuff\\file_name.txt");
foreach (@data) {print LOCAL "$_";}
.. . .
results in a file named "c:\important_stuff\file_name.txt" in the
CGI-BIN directory of the server.
Any comments are appriciated,
-Alan