Searched defs:eq_array (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl287 sub eq_array { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm28 eq_array eq_hash eq_set
101 eq_array(\@this, \@that);
999 =item B<eq_array>
1001 eq_array(\@this, \@that);
1009 sub eq_array { subroutine
1044 $ok = eq_array($e1, $e2);
1108 Similar to eq_array(), except the order of the elements is B<not>
1127 return eq_array( [sort _bogus_sort @$a1], [sort _bogus_sort @$a2] );

Completed in 219 milliseconds