Hi everyone,
I have a script where I am trying to write information to a file but could not do so.
This is what my script looks like:
#!/usr/bin/perl
use CGI;
...
...
open(FILE,">newfile.txt") || die("newfile.txt: $!"); #script stops here due to permissions


I can open files, and output its contents to a new webpage.
Am I using the wrong function for creating files?
Thank you.

-John


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to