in reply to Re: Reading Input from files and separating them into arrays.
in thread Reading Input from files and separating them into arrays.

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Reading Input from files and separating them into arrays.

Replies are listed 'Best First'.
Re^3: Reading Input from files and separating them into arrays.
by jethro (Monsignor) on Mar 30, 2011 at 00:32 UTC
    How about reading some documentation about how perl arrays work: perlintro. There you will find out that perl arrays don't have fixed sizes, for example. If you still have questions afterwards, come back and ask.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Reading Input from files and separating them into arrays.
by wind (Priest) on Mar 30, 2011 at 00:13 UTC
    Nope, I'm all idea'ed out.