in reply to Re^2: What does return() mean?
in thread What does return() mean?

It does the same as return;, which is an empty list in list context, and the return value evaluates to undef in scalar context.


Dave