in reply to Re: meaning of the following array
in thread meaning of the following array

This is valid if $seq is a reference to an (anounymous) array.

Surely this is valid if $seq is a reference to any array - it doesn't have to be anonymous.

Replies are listed 'Best First'.
Re^3: meaning of the following array
by telcontar (Beadle) on Feb 02, 2007 at 11:40 UTC
    I would think that's why the "anonymous" part was in brackets?