
Imran Aziz
Deleted
Jun 27, 2000, 11:32 PM
Post #1 of 1
(654 views)
|
|
call system() function from cgi script
|
Can't Post
|
|
Hi! everybody, there is a problem with me that i want to execute unix program like pico or gcc from my cgi script. I used system() funtion i.e. system("/usr/bin/gcc"); but it workes when i run it with perl interpreter like root# perl execute.pl how can i execute it from my cgi script like execute.cgi through my web server apache.
|