in reply to Re: set context for method's return values
in thread set context for method's return values

> Technically using () we are creating a list,

Sorry that's not fully correct, ()[] resp. (EXPR)[SLICE] is "creating a list"

(EXPR) alone affects only precedence, no list context is propagated.

for completeness:

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: set context for method's return values
by rsFalse (Chaplain) on Jan 29, 2022 at 11:59 UTC