NAME
Catmandu::PICA - Catmandu modules for working with PICA+ data.
VERSION
version 0.10
DESCRIPTION
Catmandu::PICA provides methods to work with PICA+ data within the Catmandu framework. See Catmandu::Introduction and http://librecat.org/ for an introduction into Catmandu.
CATMANDU MODULES
INTERNAL MODULES
The following modules may be renamed or removed in a future release.
FUNCTIONS
parse_pica_path( $path )
Parses a PICA path expression. On success returns a list reference with:
regex string to match fields against (must be compiled with
qr{...}
or/.../
)regex string to match occurrences against (must be compiled)
regex string to match subfields against (must be compiled)
substring start position
substring end position
CONTRIBUTORS
Johann Rolschewski, <rolschewski@gmail.com>
Jakob Voß <voss@gbv.de>
AUTHOR
Johann Rolschewski <rolschewski@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Johann Rolschewski.
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 106:
You forgot a '=back' before '=head1'