Help for this page
readdir ($DIR); # ignore . readdir ($DIR); # ignore ..
@files = grep {/^(?!\.{1,2}\z)/} readdir($DIR);