http://qs321.pair.com?node_id=294831


in reply to Re: Worst thing you ever made with Perl
in thread Worst thing you ever made with Perl

Good practices that take more time:

Those are what immediately come to mind. There are plenty more. As for your points: indentation takes no time so no excuses there but many times global variables can speed things up development (think instead of passing args and returning values from subs) this is however a very tricky process and rarely (but still sometimes) the best approach.