In my ever ongoing quest to ensure the code I write is efficient, I was wondering about let length of variable names, subroutines, filehandles, etc.
Apart from the fact that using $count_of_database_records (slightly exaggerated) takes longer to type than $dbcnt, do the internal PERL mechanisms need to work much harder to handle them. In other words, should they be kept short?