I am very new to Perl, and I was wondering if anyone had a commented example of how to use this module to ask for columns of data you want out of a excel file you specify, and copy them to a text file you specify. The data fields are named and are in separate columns. The data for any specified item is in the same row.
Example of flow:
What is your excel file?
Answer: /tmp/carlist.xls
What columns do you want?
Vin model year (These would be column headers)
What is the output text file name (just text, not csv/commas)
It write file.
Thanks