in reply to Re: See if arrays match
in thread See if arrays match
The warning occurs on the last iteration after you have shifted out the last element of @sorted.while ((my $this = shift @sorted) and @sorted) ...
--Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: See if arrays match
by flocto (Pilgrim) on Jul 24, 2002 at 09:46 UTC |