Hi Linh,
Perl4lib is no longer hosted at listserv.rice.edu. Try one of the options
below.
To unsubscribe, send a message to:
<[EMAIL PROTECTED]>
...or...
To remove your address from the list, just send a message to
the address in the ``List-Unsubscribe'' header of any list
message. If
All,
Just wanted to share the URL for the website where we are posting all
information about the efforts to develop an open source ILS here at
PINES:
http://www.open-ils.org
The website is still in the initial building stages, but I hope some of
the information that is already there is useful. W
I am reading a series of MARC records in from a file, making a small
change, and printing them out to a revised file. At the end of my
program I get an error message:
Invalid indicators "
a[4],18,130,149-388,397-398,391-194,403-404,397-548,579-5
80,551-554,585-596,745-979,[1],980,[1],981,[1],982,
On Thu, Aug 05, 2004 at 08:32:32AM -0500, Anne Highsmith wrote:
> How do I skip over the erroneous record and keep processing the rest of
> the file?
my $batch = MARC::Batch->new( 'USMARC', 'file.dat' );
$batch->strict_off();
//Ed