
dotmandd
Novice
Aug 30, 2010, 3:34 AM
Post #1 of 1
(1170 views)
|
|
i need a perl/cgi script that can run ececutable file
|
Can't Post
|
|
hello everyone, please i will really like to know what am doing wrong. the perl script below works fine when i saved as .pl and run from the command prompt. but when i saved it at .cgi and call it from a webpage it is not working. please i will really appreciate all assistance #!C:\Perl\bin\perl.exe system 'jmeter -t assgn.jmx';
|