I am using the Lingua::Ispell module, but I need to use my own dictionary (and only my own) due to a limited number of words to check against. I am not sure how to build my own dictionary and what format the dictionary needs to be in.
I know that I need to include either the function 'use_dictionary' or 'use_personal_dictionary' but I don't which does what.