in reply to array question

You can shift the first element off the array.

my $first_element = shift @array;