in reply to
Enter Data in CSV File
Use an HTML Parser like
HTML::Parser
or
HTML::TreeBuilder
(perhaps the data is in a table, use
HTML::TableExtract
), and use
Text::CSV
to append records to your CSV file.
Comment on
Re: Enter Data in CSV File
In Section
Seekers of Perl Wisdom