No Perl-specific documentation currently exists for class
$class - please refer to the
C++
API documentation for now.
EOT
} else {
$pages{$class} = 'Y' . ($pages{$class} || '');
system('pod2html', '--htmlroot', $root, '--infile', $in, '--outfile', $tmp) == 0
or die $!;
if ($?) { die $?; }
open TMP, $tmp or die $!;
while (