• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Perl Question - DBD::mySQL vs. DBD::mySQLPP

wizzz

Senior member
I got a cgi script written in perl that uses mySQL DBD module.
However, I only have a mySQLPP DBD module on my machine.

When I try to run the script, it gives me an error - "Premature end of script headers"

What is this error and how can I fix it?


One more question.
I tried to run this mySQLPP example program at http://search.cpan.org/author/OYAMA/DBD-mysqlPP-0.04/mysqlPP.pm#EXAMPLE

However, this gives me an error also - "Premature end of script headers"

What's wrong?
Any help is appreciated.
 
Back
Top