Help for this page
#!/usr/bin/perl use strict; ... my @b = qw(delta kappa gamma); my @c = uniq(@a, @b); print join(", ", @c), "\n";