Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use List::Compare;
    ...
    my $lc = List::Compare->new(\@a, \@b);
    
    say $lc->get_unique;
    
  2. or download this
    1234