in reply to Thinking bout security- Mysql-perl
my $dbConnect = DBI->connect ("dbi:mysql:dbName", $name, $pass} || err +Msg(); sub errMsg { print "Not allowed\n"; } [download]