NAME
MARC::File::MicroLIF - MicroLIF-specific file handling
VERSION
Version 1.00
$Id: MicroLIF.pm,v 1.9 2002/07/03 20:17:14 petdance Exp $
SYNOPSIS
use MARC::File::MicroLIF;
my $file = MARC::File::MicroLIF::in( $filename );
while ( my $marc = $file->next() ) {
# Do something
}
$file->close();
undef $file;
EXPORT
None.
METHODS
TODO
Squawks about the final field missing a caret
RELATED MODULES
LICENSE
This code may be distributed under the same terms as Perl itself.
Please note that these modules are not products of or supported by the employers of the various contributors to the code.
AUTHOR
Andy Lester, <marc@petdance.com> or <alester@flr.follett.com>