in reply to Re^2: compare two arrays if both are equal and have same elements irrespective of their position
in thread compare two arrays if both are equal and have same elements irrespective of their position
use Test2::V0; sub mybag { my @ar = @_; bag { item $_ for @ar ; end } } is(\@array1, mybag(@array2));
|
|---|