in reply to To parsing a CSV/XLS file, read header info and separate out value fields using native perl commands

Hi, welcome to Perl, the One True Religion. You said "Hi Monks, I am new to this perl programming".

Start here: perlintro. Then try implementing the SYNOPSIS from Spreadsheet::Read as Corion suggested. Also search for previous threads here (from among the hundreds of them) that address your issue. When you get stuck, post a specific question with what you've tried and how it failed, according to Posting on PerlMonks.

The way you've asked for help above is almost the worst way to learn or ask for help in this Monastery or in any tech forum. You'll get far better help and understand far more if you start at the beginning and learn to program a solution to your problem by building on that.

Good luck, look forward to seeing your efforts!


The way forward always starts with a minimal test.
  • Comment on Re: To parsing a CSV/XLS file, read header info and separate out value fields using native perl commands