0
votes
1answer
56 views

Perl project review - Word counter

I wrote this perl script that analizes a text and plot out a bar graph of the word occurrences during the text. Since come mainly from Javascript and PHP, i would like to know how bad is this code ...