Array Perl

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