in reply to Re^2: search for duplicated via IPTC field (OS X)
in thread search for duplicated via IPTC field (OS X)
So yes, that appears to do what you want.$ perl -e 'my $names="12345678901234567890"; my $oneName = substr($na +mes, 0, 15); print "$oneName\n";' 123456789012345
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: search for duplicated via IPTC field (OS X)
by goppy (Initiate) on Aug 10, 2010 at 16:46 UTC | |
by Utilitarian (Vicar) on Aug 10, 2010 at 20:19 UTC |