in reply to ExifTool newbie
if ($exifTool->ExtractInfo($file, 'Verbose')) { # do your stuff } else { die "ExtractInfo error"; } [download]