
ameyrane
New User
Jul 26, 2008, 11:31 AM
Post #1 of 1
(407 views)
|
|
CGI SCRIPT : SYSTEM CALL
|
Can't Post
|
|
I am trying to save the output of a Perl script into text files in a CGI script. system ("perl Test_back.pl $CGI{'name1'} > OUTPUT_FILES/Test1"); system ("perl Test_back.pl $CGI{'name2'} > OUTPUT_FILES/Test2"); Do these files need to be created before I write this in my CGI script. Do I have to change any properties. The person on this project before me had written these commands. When I tried to change the second statement and save the content to OUTPUT_FILES/Test3 there was no file called Test3 being created. Why is it so
|