the result I get is:use Image::IPTCInfo; my $info = new Image::IPTCInfo("../testimage.jpg"); my @keywordsRef = $info->Keywords(); foreach $keywordsRef (@keywordsRef) { print "$keywordsRef\n"; }
In reply to cannot get array values by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |