Example of a connection to MySQL with Perl using DBI #! /usr/bin/perl -w # # Example code to connect to MySQL, create a table, fill it with some data and select it again. # # To install DBI using cpan: # # perl -MCPAN -e shell # cpan> install DBI # cpan> install DBD::mysql # [...]
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.