in reply to How to return multiple array from subroutine

Return an arraylist of array references. See perlref

-- update for pedants :)

  • Comment on Re: How to return multiple array from subroutine

Replies are listed 'Best First'.
Re^2: How to return multiple array from subroutine
by davorg (Chancellor) on Jul 04, 2006 at 13:14 UTC

    <pedant>
    You mean a _list_ of array references
    </pedant>

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg