in reply to extracting corresponding values from another array

I'd consider using a hash rather than two arrays.

Clare

  • Comment on Re: extracting corresponding values from another array

Replies are listed 'Best First'.
Re: Re: extracting corresponding values from another array
by helgi (Hermit) on Dec 03, 2002 at 13:13 UTC
    If the question is about Perl and the answer is not either "use a hash" or "use a module that uses a hash", the answer is probably wrong.

    --
    Regards,
    Helgi Briem
    helgi AT decode DOT is