sub rotate { unshift @_, splice @_, shift @_; return @_ }

-- 
Kevin Reid

Reply via email to