The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MARC::Utils::MARC2Ini - Perl module that provides routines to convert from a MARC::Record object to an ini file string.

SYNOPSIS

    use MARC::Utils::MARC2Ini qw( marc2ini ini2marc );

    $ini_string  = marc2ini( $marc_record );
    $marc_record = ini2marc( $ini_string );

DESCRIPTION

MARC::Utils::MARC2Ini - Perl module that provides routines to convert from a MARC::Record object to an ini file string and back.

SEE ALSO

MARC::Record

AUTHOR

Brad Baxter, <bbaxter@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Brad Baxter

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.