in reply to Re: Printing output of perl cgi to a file
in thread Printing output of perl cgi to a file

I have tried to write the code within a .pl file and have called that file from the cgi script as follows:

system("perl /path/sys.pl");

So that whenever I click on submit button in the browser, the .pl script should also run automatically.I am pretty much new to perl cgi