http://www.perlmonks.org?node_id=1022234


in reply to Re^2: MySQL Table adding with Perl
in thread MySQL Table adding with Perl

use Strict; use Warnings;

Should be:

use strict; use warnings;