http://www.perlmonks.org?node_id=398529


in reply to Re: Hash versus substitutation efficiency?
in thread Hash versus substitutation efficiency?

Thanks, tilly, that's good advice! I do use strict and warnings in all my code, but since I was just posting code fragments I didn't think to do so.

Whenever I receive any perl code, before doing anything I run perltidy on the code and add "use strict" and "use warnings". It's easily worth the effort.

  • Comment on Re^2: Hash versus substitutation efficiency?

Replies are listed 'Best First'.
Re^3: Hash versus substitutation efficiency?
by tilly (Archbishop) on Oct 12, 2004 at 15:21 UTC
    Ideally you're using an editor that does the indenting for you, and your fingers just type my appropriately by habit.