You are not logged in.
Hi all,
I get the following error:
Can't locate ExifTool.pm in @INC (you may need to install the ExifTool module) (@INC contains: /usr/lib/john/lib /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl)I already tried to reinstall perl and pacman -Syu w/o having an effect on the problem.
I searched for the ExifTool.pm and found it in
usr/share/perl5/vendor_perl/Image/ExifTool.pm How can I solve this issue?
Thank you very much!
Last edited by opens (2020-06-01 19:49:32)
Offline
Your code probably looks like this:
use ExifTool;But it should look like this:
use Image::ExifTool;Next time you better include the code causing the error in your posting.
Offline