in reply to Re: Re: How do you move within an array using foreach?
in thread How do you move within an array using foreach?

By "section", are you referring to .ini file sections? If so, do you know about Config::IniFiles? I haven't used it, but it's a tied-hash interface that looks like it does what you want.

If you are dealing with .ini files, but this isn't exactly the right thing, poke around CPAN; there's a lot of modules for dealing with them, so you can probably find one that does whatever you need.

  • Comment on Re (3): How do you move within an array using foreach?

Replies are listed 'Best First'.
Re: Re (3): How do you move within an array using foreach?
by P0w3rK!d (Pilgrim) on Oct 10, 2002 at 19:28 UTC
    Thank you! :>

    This will save me a ton of time. The file is actually an install shield file.