Hope that helps!use Text::Parsewords; my $delim = ","; while (<>) { my @rec = &parse_line( $delim, 0, $_ ); # then do something with @rec... }
In reply to Re: Import comma delimited file into an array
by 23skiddoo
in thread Import comma delimited file into an array
by drodinthe559
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |