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-01 14:48:04-08 by heiko
Linefeed
Hello Phil, you've implemented a linefeed ($/). This linefeed does not work anymore in version 7.63. If I call
ExifTool -UserComment=Line1$/Line2 pic.jpg
this text (with $/) will be written into the UserComment. Regards Heiko
Direct Responses: 9852 | Write a response
Posted on 2009-02-02 11:21:05-08 by exiftool in response to 9849
Re: Linefeed
Hi Heiko,

The feature does work, but it only ever worked when copying tag values, not when assigning tags. (ie. use "-usercomment<line1$/Line2")

- Phil
Direct Responses: Write a response