my @fileList = glob($LOGDIR/*.log); while (@fileList) { ... }