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


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

Making users isn't my issue. The DBI stuff is. You should read the topic before commenting.

use Strict; use Warnings;

Was not copied from my script, but are above the  use DBI; code. I didn't add them in because its a standard for nearly all perl scripts. Thanks... I guess.