sub process_file { push( @LogAnalyser::LogFileList, $File::Find::name ) if /terminal.log.tar.gz$/; } find( \&process_file, "$log_dir" );