Tuesday, 3 September 2013

Writing data to csv file using perl

Writing data to csv file using perl

I extract different kinds of string from a web page and want to write
these data into different columns of a csv file, like "field1", "field2"
and so on. How can I do that?

No comments:

Post a Comment