- or download this
use Text::xSV;
...
while (my $row_ref = $parser->get_row) {
$data{ $row_ref->[1] } = $parser->extract_hash;
}
- or download this
use Text::xSV;
...
while (my $row_ref = $parser->get_row) {
$data{ $row_ref->[1] } = $parser->extract_hash;
}