Array Perl

@array = ("one", "two", "three");
print @array;