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 2010-03-19 18:01:43.099657-07 by exiftool in response to 12579
Re: Question: replace keyword
Hi Peter,

What system are you using? What you have done will work provided that you are on Mac or Linux. If you are on Windows, you need to swap the single and double quotes in the -if expression.

Also, you need to specify a filename, but hopefully that is obvious.

One more note: The -if condition will pass if any keyword contains the string "03_Vortag", but the matching tag will only be deleted if it is exactly "03_Vortag". This probably isn't a concern, but just to warn you that keywords like "003_Vortag" will match but won't get deleted.

- Phil
Direct Responses: 12583 | Write a response