I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-06-01 03:09:14-07 by msbc
Man pages
What is the correct 'man' command to read one of the man pages installed with ExifTool? As an example, the path to one of the pages is /usr/local/man/man3/Image::ExifTool::WriteXMP.3pm
Direct Responses: 2398 | Write a response
Posted on 2006-06-01 11:19:29-07 by exiftool in response to 2394
Re: Man pages
If exiftool is installed correctly, this should work:

man Image::ExifTool::WriteXMP

Otherwise, you will need to specify the path to the ExifTool man pages:

man -M /usr/local Image::ExifTool::WriteXMP

Direct Responses: Write a response