Help for this page
opendir(LOGS,"."); ... closedir(LOGS); print join("\n",@val);
opendir(LOGS,"."); ... print $_."\n"; }