2xav0989:
You think badly of me ;)
"Error Log" into cPanel is error log of web-server. But I need CGI script error logfile. It contains error messages of scripts execution.
Why "thread is closed"??? Html forms really not working by Perl access!
In accordance with CGI specification:
server must fill environment variable QUERY_STRING by form data and pass same data into @ARGV when used GET method;
server must set environment variable CONTENT_LENGTH in actual data...
Check line ends LF or CR/LF.
Try "Edit" your script by cPanel -> File Manager and simpy click "Save" without real editing. Internal editor convert line ends to properly format.