in reply to Re: Array question II
in thread Array question II

But that gives me an array of elements, I was hoping that each "string" would be it's own list, giving me a list of list.

Thanks,

-tl

Replies are listed 'Best First'.
Re: Re: Re: Array question II
by davorg (Chancellor) on Mar 14, 2001 at 20:53 UTC

    In that case, you need to split each record as you read it from the file and push a reference to the resulting array onto your main array.

    Oh, and you really should start using use strict in your code. It'll find a lot of subtle bugs.

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

    "Perl makes the fun jobs fun
    and the boring jobs bearable" - me