in reply to Using Config::IniFiles in CGI
I receive a Internal Server Error as soon as I uncomment "use Config::IniFiles;".
Are you sure the module is installed on the web server? What does the web server's error log say?
You could try putting use CGI::Carp qw(fatalsToBrowser); at the beginning of the program to have the error message be sent to the browser.
|
|---|