Help for this page

Select Code to Download


  1. or download this
    
    $colref = $csv->getline ($io);    # Read a line from file $io
                                           # parse it and return an array
                                                       # ref of fields
    
  2. or download this
    
    $status = $csv->parse($line);
    @columns = $csv->fields();      # get the parsed fields