Help for this page
my @array = qw/one two three/; my $x = shift @array;
my @array = qw/one two three/; my $x = $array[0];