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 2009-02-03 20:05:24-08 by metadatacrucher
bug in new -listx option
nasr@laptop-fb:~/exiftool/Image-ExifTool-7.64$ exiftool -listx Can't use string ("Image::ExifTool::Lang::ch_s::Inf") as a HASH ref while "strict refs" in use at / +usr/local/share/perl/5.10.0/Image/ExifTool/TagInfoXML.pm line 520.
Direct Responses: 9859 | Write a response
Posted on 2009-02-03 22:25:44-08 by exiftool in response to 9858
Re: bug in new -listx option
Thank you very much for reporting this. I can't understand why you get this error and I don't, since I tested this on Perl 5.10 here, but there is indeed a problem. You can fix this in your copy by moving the "no strict 'refs'" statement at line 521 of TagInfoXML.pm to before line 520.

This will be fixed in the next release.

- Phil
Direct Responses: Write a response