Help for this page
#!/usr/bin/env perl -w use strict; ... my $dbh=DBI->connect($DSN, { RaiseError => 1 }); } __END__