$expr - A string to be used in a join() call.
$itemcount - The number of items in a list to be joined.
It may be negative.
@list - The list
Create a new list by performing a join on I<$itemcount> elements at a
time on the original list. Any leftover elements from the end of the
list become the last item of the new list, unless I<$itemcount> is
negative, in which case the first item of the new list is made from the
leftover elements from the front of the list.