Help for this page

Select Code to Download


  1. 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 ;
    
  2. or download this
    my $dbh3 = DBI->connect( $destination_dsn, $destination_user, $destina
    +tion_pass, {RaiseError => 1, PrintError => 1 }) or die;