Help for this page

Select Code to Download


  1. or download this
    "Creating a database handle....snip"
    
    ...
    use DBI::CSV;
    
    my $dbh = DBI->connect( "DBI:CSV:");
    
  2. or download this
    "You can create and drop tables with commands like the following:"
    
    $dbh->do("CREATE TABLE new_table (id 1, name new(64))");
    
  3. or download this
    DBD::CSV::db do failed: Parse error near 1, name new(64)) at 
    /usr/lib/perl5/site_perl/5.6.0/DBD/File.pm line 164.