Help for this page
my @files = glob ('*.*'); print "",join("\n",@files),"\n"
use strict; use warnings; ... print "@files\n"; print "@directories\n";