Christian Stalp <[EMAIL PROTECTED]> asked:
> 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 anybo
On 9/20/06, Christian Stalp <[EMAIL PROTECTED]> wrote:
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.
What are
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