I wrote a Perl script that scrapes a web page for data and feeds it into a hash. Now I want to feed that data into an excel spreadsheet, with the keys in one row and the values in another. I've searched the web a little for hints, but I'm not quite sure where to start. Can anyone give me a nudge in the right direction? Is there a good Perl module for this, or is there an easier way to do it than with Perl?
As a side note, I only have about two weeks of experience with Perl, so perhaps this is out of my circle of competence for now.
Question
generalt
I wrote a Perl script that scrapes a web page for data and feeds it into a hash. Now I want to feed that data into an excel spreadsheet, with the keys in one row and the values in another. I've searched the web a little for hints, but I'm not quite sure where to start. Can anyone give me a nudge in the right direction? Is there a good Perl module for this, or is there an easier way to do it than with Perl?
As a side note, I only have about two weeks of experience with Perl, so perhaps this is out of my circle of competence for now.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts