Help for this page
foreach $key ( $ac->get_all_annotation_keys() ) {
use Data::Dumper; ... foreach $key ( $ac->get_all_annotation_keys() ) print '$key: ',Dumper($key); }