in reply to Re^4: The & prototype and code references in scalars.
in thread The & prototype and code references in scalars.

Well @$_[0] parses as @{$_}[0] producing an arrayslice.

My rule is simple, better use curlies when it gets long.

Cheers Rolf