if(! -s $wordlist) { print "File is empty\n"; exit 0; } else { print "File is loaded." }