Try something like this:
my $image_info = $exif->get_image_info(); foreach my $key ( keys %{$image_info} ) { print $key, " => ", $image_info->{$key}, "\n"; }
In reply to Re: Hash references and Exif data
by Gangabass
in thread Hash references and Exif data
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |