in reply to how to check which index $x is in an hash
my @image_ids = sort { $a <=> $b } keys %db; [download]