Help for this page
my @files=grep {$_ ne '.' && $_ ne '..'} @files=readdir(DIR);
my @files=grep {$_ ne '.' && $_ ne '..'} readdir(DIR);