On Oct 5, 2005, at 6:18 AM, A. Pagaltzis wrote:
* what's the ratio of globals to subroutines? (smaller is better)
Does that include file-scoped lexicals? ’Cause in that case I
disagree – I’m just overhauling a module, in which process I’m
also moving it to inside-out object style, and so I’ve got about
20 file-scoped lexical hashes. But that doesn’t at all mean the
code is really full of globals.
My fault for sloppy terminology -- I did not mean to include
lexicals. I meant 'use vars qw(...)' and 'our ...' variables
specifically.
Chris
--
Chris Dolan, Software Developer, www.chrisdolan.net
Public key: http://www.chrisdolan.net/public.key