Re: Compare values of two or more arrays

2008-06-02 Thread Rob Dixon
Mimi Cafe wrote: > Hi Rob, > > The scope of the hash was the cause of the wrong behaviour. I have > modified the script as you indicated and it now generate per-file report > correctly. > > What is unclear is the way you added hash values by incrementing it. What > happens here? > > $inputclien

Re: Compare values of two or more arrays

2008-06-02 Thread Rob Dixon
Mimi Cafe wrote: > I am trying to compare one or more lists against a master record file and > find out elements of the master record which are not in the other records > and compile new lists of elements which are in the master data, but not > found in the other records. > > This works to fine, b

Compare values of two or more arrays

2008-06-02 Thread Mimi Cafe
I am trying to compare one or more lists against a master record file and find out elements of the master record which are not in the other records and compile new lists of elements which are in the master data, but not found in the other records. This works to fine, but the output list is random