Monks, is it possible to call system function in CGI. For example as shown below.
#!C:\perl\bin\perl.exe use CGI; $q = new CGI; print $q->header("text/html"); print $q->start_html(-title=>"details" -bgcolor =>"#FFEAA9"); system("test.exe"); print $q->end_html;
Is there any other way to do this?
In reply to Calling system function in cgi by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |