in reply to Hash references and Exif data

Try something like this:

my $image_info = $exif->get_image_info(); foreach my $key ( keys %{$image_info} ) { print $key, " => ", $image_info->{$key}, "\n"; }