Alberto Manuel Brandão Simões > Biblio-Catalog > Biblio::Catalog

Download:
Biblio/Biblio-Catalog-0.12.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.12   Source  

NAME ^

Biblio::Catalog - Perl extension for managing XML catalog files

SYNOPSIS ^

  use Biblio::Catalog;

DESCRIPTION ^

Super-class for catalog perl classes.

All Catalog perl classes should implement (some can be omitted):

  $catObj = new($class,$filename)

  $catObj->asList()

  $catObj->asText($entry)

  $catObj->asHTML($entry)

  $catObj->asLaTeX($entry)

  $catObj->asRelations($entry)

  $catObj->asIdentifier($entry)

AUTHOR ^

Alberto M. B. Simões <albie@alfarrabio.di.uminho.pt>

SEE ALSO ^

Manpages CGI(3) and perl(1).