my($stuff1, $stuff2) = @array; # eventough it has more than two elements my($stuff1, $stuff2) = @array; # if you never use $stuff2 for the rest of your program, then you're wasting memory used by $stuff2.