I can see how to use Text::CSV to parse files, but how do I parse an array?
$csv->parse($string) or die "failed to parse '$string'"; my @fields = $csv->fields;
Update: I assume you meant how to parse a string instead of an array. If not, please show (with code!) what you mean.
In reply to Re^2: Parsing pipe-delimited text that contains pipes
by haukex
in thread Parsing pipe-delimited text that contains pipes
by slugger415
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |