Help for this page
sub refd { print join( " ", \(@_) ), $/; ... refd( $v[0] ); refd( @v[1,2,0] ); refd( "$v[1]" );