hachiojipm / awesome-perl

A curated list of awesome Perl frameworks and libraries. Come on Pull Requests!
MIT License
671 stars 97 forks source link

Generate report from csv file #73

Closed Dale-Anova closed 5 years ago

Dale-Anova commented 5 years ago

taking the data from the csv file, the program then get the data ,then generate a file with the report with the extracted data.

moznion commented 5 years ago

I suppose this pull-request is irrelevant to this repository. So I'll close this pull-request. Thanks.

P.S. You shouldn't use two argument open() because it has a potential of mixing a vulnerability. You should use three argument open() instead.