Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cannot get array values
by jeffa (Bishop) on Dec 29, 2003 at 17:08 UTC | |
|
Re: cannot get array values
by Roy Johnson (Monsignor) on Dec 29, 2003 at 17:09 UTC |