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 2007-11-29 16:01:52-08 by heiko
Linefeed in Exif UserComment
Hello, I'm trying to fill my Exif UserComment with IPTC values. Therefore I'm starting ExifTool with the following command line within a .BAT file: ExifTool.exe -P -m -L "-UserComment<$IPTC:Country-PrimaryLocationName $IPTC:City $IPTC:Caption-Abstract" *.jpg The result in the UserComment is: Country City Caption How can I inclue a linefeed between the single values, so that each value is among eatch other? Any idea? Regards Heiko
Direct Responses: 6573 | Write a response