Array Perl

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