Hello out there, I need a Tipp how I can create a linked ring-list in Perl. I know well that arrays in Perl are already realized as linked list, but what I need is a ring-list. Means that at the last element owns a reference to the first element.
Has anybody an idea how to make it? Thanks Gruss Christian