in reply to how to call system commands from cgi file?
since its a webpage, am not able to see error/warning messagesIf you add these lines to the top of your script it should display the error:
print "Content-type: text/html\n\n"; use CGI::Carp('fatalsToBrowser');
|
|---|