Help for this page
@_ = ( $item[0], $item[1] );
@_ = (); push @_, $item[0], $item[1];
( $_[0], $_[1] ) = ...;
@_[0..$#_] = ...;