@_ = (1,2,3); @_ = (); # this will empty array but this will undef @_; # empty array and allow reallocation memory print @_;