in reply to Re: What does return() mean? the true question revealed
in thread What does return() mean?

Lists are declared with the comma operator in list context or qw(). The fact that the assignment operator has a higher precedence than the comma operator makes parenthesis hard to avoid when constructing a list.
TJD
  • Comment on Re^2: What does return() mean? the true question revealed