in reply to Things every perl programmer should know?
I think every perl programmer should invest some time in design before coding is started. Too often I see people come up with a really good idea, go rush off to code it, and then realize that half the code they have written needs to be redone, or worse, isn't needed in any way. Perl allows you to do many things quickly, but don't let that lead you into just jumping straight into coding.