$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
In reply to Using Text::CSV by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |