in reply to Loop through all elements in a array except the first
foreach (@array[1..$#array]) { ... } [download]
its called an array slice