Perl ++

godoy on 2002-06-12T16:24:14

Had to do some statistics with a few sample of measures we've taken at laboratory this morning. Grouping data and finding the number of equal ocorrences was piece of cake in Perl.

When I finished writing my program and typing the data, I saw some friends counting each different value and how many times it appeared in each sample. With 10 lines of code I had it ready and the work done. It took me 5 minutes, 'cause I had to look after the paper with the values :-)

Now, I'm going after something to make the plot. If it can generate LaTeX output (any kind of them) or a Gnuplot program, it will be a plus. :-)

Let me do some statistics...