Help for this page
#!/usr/bin/perl -w use strict; ... foreach my $f (@files) { print "$f<br>\n" unless grep {$f eq $_} @noshow; }