in reply to (c-era)Re: Empty list as a return value
in thread Empty list as a return value

Well, they both have a length of 0. Perhaps you are confusing the length with what $#ARRAYTHINGY returns, which is one less than the length, but therefore suitable for use with upper index bounds.

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: (c-era)Re: Empty list as a return value