Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    my @c = grep {! exists $hash{$_}} @{$listB[0]};
    
    print "$_\n" foreach (@c);