in reply to article on 'data mining with Perl'

However, the concluding code does
a) not use strict, and
b) does not use warnings or even -w
While it does make great use of modules (yay!), it's coding practice leaves a little to be desired :-/

broquaint