in reply to Loop through all elements in a array except the first

foreach (@array[1..$#array]) { ... }

its called an array slice