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-05-13 19:05:35-07 by loloeroket in response to 10695
Re: IPTC:DateCreated
i Phil,

I found the problem. Just asking the question was enough to help. Actually in order to be concise I just isolated the template to the single value but my template was:

-d %Y:%m:%d -IPTC:DateCreated<$FileModifyDate -d %B %d, %Y -IPTC:Caption-Abstract<blahblh blab$/$FileModifyDate

but when I do this instead it works!
-d %B %d, %Y -IPTC:Caption-Abstract<blahblh blab$/$FileModifyDate -d %Y:%m:%d -IPTC:DateCreated<$FileModifyDate

It seems that matters. It is now working in a different order.

Thanks,
Laurent
Direct Responses: 10700 | Write a response