I'm learning [Perl] initially to do a transformation on csv files with an unusual layout to import into a database.
I encourage you to use the CPAN module Text::CSV. Do not try to write a CSV parser yourself in Perl. (It would be wise to heed this advice even if you weren't a Perl novice as you've told us you are.)
Since your first adventure with the Perl programming language is a database application, consider using DBI and DBD::CSV.
Welcome to the Perl community!
In reply to Re^8: simple array question
by Jim
in thread simple array question
by tw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |