in reply to Re: Re: ignoring the first element of an array
in thread ignoring the first element of an array

or the destructive and funky version of your code ;-)
for ( do {shift @derivative; @derivative} ) { # }

-- Hofmator