or download this
my $dbh2 = DBI->connect( $from_feed_dsn, $from_feed_user, $from_feed
+_pass, { RaiseError => 1, PrintError => 1 }) or die;
my $dbh3 = DBI->connect( $from_feed_dsn, $from_feed_user, $from_feed
+_pass, {RaiseError => 1, PrintError => 1 }) or die ;