Help for this page
next if $FILE =~ /^./;
next if $FILE =~ /^\./;
if(-d "$FILEPATH/$FILE"){ #Don't wanna have current directory and the one below ... push(@FILELIST,@{readin_directory(["$FILEPATH/$FILE"])} +); }