OpenOffice-OODoc - Error in examples for dealing with metadata

Posted on Fri Feb 9 23:59:24 2007 by brotkorb
Error in examples for dealing with metadata
Hi! In file Intro.pod there is a little mistake in section "Dealing with metadata" (Dealing with metadata).

To get the correct keys and their values it should be:
"
my %ud = $doc->user_defined;
foreach my $name (keys %ud)
{
print $name . '->' . $ud{$name} . "\n";
}
"
and not "... print $k . '->' . $ud{$k} ... ".

Nevertheless: great work! :)

Your BK
Direct Responses: 4309 | Write a response