I have set up an html form which allows users to send comments regarding our web site. I want the perl CGI script which receives the comments to write them to a Mysql database table.
How do I access a Mysql databases from a Perl script.
The standard Cliente5 Perl installation doesn’t seem to contain any database interface modules.
How can I get the DBD::Mysql module installed ?
Thanks