in reply to Re: Does the size of a variable's name affect memory?
in thread Does the size of a variable's name affect memory?

> easily readble and understandable code is #1 for me

Do you know about namespaces? Do you make effective use of complex data structures? Do you avoid using a set of scalars when a single hash would do (and do better)?

Extremely long names in Perl *may* be an indication these areas need more exploration.

  • Comment on Re^2: Does the size of a variable's name affect memory?