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