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-12-04 16:17:44-08 by heiko
Adding Keyword if it does not exist
Hello, I like to add a keyword only if this keyword does not exists. I've tried the following: exiftool "-Keywords+=hugo" -if "not $Keywords=~/hugo/" *.jpg but I always get the message "x files failed condition". Can you say me whats wrong with this condition? Heiko
Direct Responses: 6617 | Write a response