Help for this page

Select Code to Download


  1. or download this
    # where MyApp::DBIx is a sub-class of DBIx::Simple,
    my $csv = Text::CSV->new({ binary => 1 });
    ...
        $db->query($sql, @{$row});    
    }
    
  2. or download this
      LOAD DATA INFILE '/path/to/import.dat' INTO TABLE `mytbl`;