This is the perl script i have written:\\
#!/usr/local/bin/perl
# begin CGI output
print("Content-type:text/html\n\n");
# print("$date \n");
$foo ="/opt/Acrobat/bin/acroread"; # Start the application
$status1 = system($foo)...
Hi,
I need to execute a shell script to start a tool on unix.I want to do this form a web page .ie. launch an application from web browser ( mozilla). So i have written the command in a perl script which works fine from command prompt , but doesent show the tool from web page. It just shows the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.