in reply to Re^2: MySQL Table adding with Perlin thread MySQL Table adding with Perl
use Strict; use Warnings; [download]
Should be:
use strict; use warnings; [download]