in reply to Search a directory for files

Shouldn't you have
GenerateTestFileList();
outside of the loop? Perhaps something like
GenerateTestFileList() unless $testfilelist_database_present;

Replies are listed 'Best First'.
Re^2: Search a directory for files
by gzayzay (Sexton) on Mar 09, 2006 at 20:40 UTC
    I will definitely try that. Thanks to all Monks for their assistance