in reply to Re: About the use of the plural form for the name of variables
in thread About the use of the plural form for the name of variables

Being able to use the same name for two variables, one array and one scalar, is something I actually like about Perl.

One thing I don't like about programming is that I always have to think about variable names. So to me any way to reduce the need to do it is good news.

  • Comment on Re^2: About the use of the plural form for the name of variables