Group
Extension

Matches 1

Data-Edit-Xml-Xref ( P/PR/PRBRENAN/Data-Edit-Xml-Xref-20200424.tar.gz, PRBRENAN, 2020; MetaCPAN )
Data-Edit-Xml-Xref/lib/Data/Edit/Xml/Xref.pm ( view source; MetaCPAN )
             # Id generator's for titles and subjects
  my @json;                                                                     # Json holding titles and subjects
  for my $t(sort keys %$classif
ification->{$t}{$s}->%*)                        # Load topics for title and subject
       {push @json, qq(topicDetails.push([$iTitle, $iSubject, "$f"]););
       }
      push @h, <<END;              
ed topics
<td valign="top">
<div id="div"></div>
END

  my $json = join "\n", @json;                                                  # Json containing title and subjects to topics
  push @h, <<END;  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.