
List::moreutils provides some trivial but commonly needed functionality on lists which is not going to go into list::util.
all of the functions are implementable in only a couple of lines of perl code. using the functions from this module however should give slightly better performance as everything is implemented in c. the pure-perl implementation of these functions only serves as a fallback in case the c portions of this module could not be compiled on this machine.