in reply to Re^2: Coding styles: OOP vs. Subs
in thread Coding styles: OOP vs. Subs

I'm surprised; "use warnings" saved my a** a couple of times, and the overhead is really small :
$ wc -l *.p* | tail -n 1 6949 total $ grep "no warnings" *.pl | wc -l 8