in reply to What is a multidimensional array and how do I use one

'perldoc perl' would have probably pointed you to perllol...
You could also see the Array sub-section of the monastery's Q&A corner.
(hint: How do i create array of arrays )

But if you have a more specific question I'd be glad to answer...
;-)


"Only Bad Coders Code Badly In Perl" (OBC2BIP)

Replies are listed 'Best First'.
Re: Re: A little help please
by Hopeless (Initiate) on Oct 30, 2001 at 20:01 UTC
    Well lets see, I currently have 3 loops and I am creating a fourth and I am trying to figure out a way to access the info from the previous 3 loops, and nothing seems to work, it doesn't help that I have been hacking at this script for the past 2 weeks and I really hate it right now. Oh did I mention that I don't know what I am doing either:>

      Show what you've got. Then we'll be able to work out what you don't understand and tailor our replies appropriately.

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

      "The first rule of Perl club is you don't talk about Perl club."

      So, show us the code you have so far. We're bound to be able to help with a specific example.

      HTH,
      Charles K. Clarkson
        This isn't very pretty:

        Edit by tye to "hide" duplicate code