Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $lc = List::Compare->new( { lists => [\@array, \@dels] } );
    
    print join ', ', $lc->get_unique ();
    
  2. or download this
    beer, water, wine