in reply to Re: Compare and merge array elements help!
in thread Compare and merge array elements help!

Hi, can't get your code to work with this, here is what I am getting:
Global symbol "$extra" requires explicit package... Global symbol "$extra" requires explicit package... syntax error near "}" syntax error near "}" Execution aborted due to compilation errors.

Replies are listed 'Best First'.
Re^3: Compare and merge array elements help!
by ikegami (Patriarch) on May 07, 2009 at 16:38 UTC
    There was a missing ")". Fixed.
      I was looking for something like this, good work!