in reply to Re: Difference arrays.
in thread Difference arrays.

When I run this, I end up with...

@a = ( 43 ); @b = (); @c = ( 43 );

None of those is the OP's desired result, ( 44 ). Am I missing something?