in reply to Read from a file one line at a time?

Ah, your update contains the key "word": CSV. CPAN contains many modules for dealing with CSV, but a good starting point is Text::CSV.

If you are new to Perl and possibly programming in general you'll probably hit a few bumps along the way. Come back with any problems you have and a runnable code sample showing the issue.

True laziness is hard work
  • Comment on Re: Read from a file one line at a time?

Replies are listed 'Best First'.
Re^2: Read from a file one line at a time?
by john.perry.14 (Initiate) on Feb 22, 2012 at 16:55 UTC

    Ah. Thanks. I'll try that then.