Ignore:
Timestamp:
04/27/17 00:47:33 (7 years ago)
Author:
nanardon
Message:

Use hash for loadCSV options to allow more parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-load-csv

    r1988 r1991  
    6868loadCSV( 
    6969    $fh, 
    70     sub { 
     70    cb => sub { 
    7171        my ($res, $linecount) = @_; 
    7272 
     
    8282        $ochelper->Automate($info) or 
    8383            die "Cannot create object line $linecount (not enough information ?)\n"; 
    84     } 
     84    }, 
    8585); 
    8686 
Note: See TracChangeset for help on using the changeset viewer.