Guest schonwiederHi, Code (perl): (dl ) &something( @list->[0] );
&something( @list->[0] );
something( $list[0] )
something( @{$list[0]} )