in reply to Re: Searching mixed array?
in thread Searching mixed array?

Thank you very much everyone for your answers. I’ve just begun learning Perl after many years of using compiled languages such as C/C++. Although I seem to have made an elementary mistake in this case, I am very impressed at how quickly one can become productive with Perl. I am using it to do some statistical analysis in support of a few Natural Language Processing algorithms I am developing.

Replies are listed 'Best First'.
Re^3: Searching mixed array?
by kennethk (Abbot) on Apr 27, 2011 at 13:18 UTC
    If you are performing more than very basic statistical analyses, you should take a look at Bundle::Math::Statistics and the modules it contains - it may save you a lot of effort.