Help for this page
my @subdirectories = grep { not /^\.\.?$/ } grep { -d } glob("*");
my @files = grep { -f } glob("*");