Trying to write a simple utility that uses ExifTool to grab keywords from a JPEG and then write some new ones into the same file.
Problem is that ExifTool autoloads modules depending on the software/camera type used to edit/take the photo (Photoshop.pm, FujiFilm.pm, etc.) as well as the Writer.pm module. So, my .exe files are failing to find these various modules in @INC. Help? Suggestions? --Darryl