@array = qw(one two three); # @array contains "one", "two" and "three" @array = qw(four five); # @array now contains just "four" and "five"