if ($exifTool->ExtractInfo($file, 'Verbose')) { # do your stuff } else { die "ExtractInfo error"; }