On one hand, Text::CSV doesn't provide a built-in function to pull out just one specific column from a CSV file. On the other hand, you can use that module to do just that. In fact, I've written code to do something like that for use at work. The basic concepts are to parse the CSV one line at a time within a loop and then pull the desired column to store/print/etc.
In reply to Re: Extract a column of csv
by dasgar
in thread Extract a column of csv
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |