in reply to Re: Print both elements in a compare
in thread Print both elements in a compare

Ah OK I understand why it's happening now. I can stick a check in for the array length prior to running this to avoid the fatal error you are on about. Is there anyway to do this without a destructive process on the arrays ?

Replies are listed 'Best First'.
Re^3: Print both elements in a compare
by Marshall (Canon) on Nov 01, 2010 at 20:07 UTC
    Use my compare2(), or List::Compare or Array::Compare.