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


in reply to Re: Re: Line-counts of perl programs/modules
in thread Line-counts of perl programs/modules

I count the braces so that conditionals and loops count as a line apeice. Admittedly that pulls in subs too (and anonymous hashes, if their closing brace doesn't end on the same line as the semi). It's just a personal preference.
  • Comment on Re: Re: Re: Line-counts of perl programs/modules