Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings; 
    ...
        
    $dbh->disconnect();
    
  2. or download this
    my @clumps=[
                {table=>'tb1',file=>"csvfile1.csv"},
                {table=>'tb2',file=>"csvfile2.csv"},
                {table=>'tb3',file=>"csvfile3.csv"}
               ];