NAME

Marc - MARC bibliographic records set of tools

VERSION

version 0.001

DESCRIPTION

SYNOPSYS

use Marc::Record;
use Marc::Reader::File;
use Marc::Parser::Iso2709;
use Marc::Formater::Text;

my $reader = Marc::Reader::File->new(
    file   => 'biblio.iso',
    parser => Marc::Parser::Iso2709->new()
);
my $formater = Marc::Formater::Text->new();
while ( my $record = $reader->read() ) {
    print $formater->format( $record );
}

SEE ALSO

* Marc * Marc::Record * Marc::Field * Marc::Field::Std * Marc::Field::Control * Marc::Reader * Marc::Reader::File * Marc::Reader::File::Iso2709 * Marc::Reader::File::Isis * Marc::Writer * Marc::Writer:File * Marc::Parser * Marc::Parser::Iso2709 * Marc::Parser::Isis * Marc::Formater * Marc::Formater::Iso2709 * Marc::Formater::Marcxml * Marc::Formater::Text * Marc::Formater::Yaml

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Frédéric Demians.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 74:

Non-ASCII character seen before =encoding in 'Frédéric'. Assuming UTF-8