RE: Undelivered Mail Returned to Sender

2004-08-05 Thread Michael D Doran
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 you haven't changed addresses since subscribing,
 you can also send a message to:

   [EMAIL PROTECTED]

-- Michael

# Michael Doran, Systems Librarian
# University of Texas at Arlington
# 817-272-5326 office
# 817-688-1926 cell
# [EMAIL PROTECTED]
# http://rocky.uta.edu/doran/ 

 -Original Message-
 From: Linh Le [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 03, 2004 3:51 PM
 To: [EMAIL PROTECTED]
 Subject: Fwd: Undelivered Mail Returned to Sender
 
 Help, 
  
 I tried to send a signoff command to 
 [EMAIL PROTECTED] but got the error.
  
 Linh
 


PINES software development website

2004-08-05 Thread LaJeunesse, Brad
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. We're adding content
daily, so stay tuned. 

-=-=-=-=-=-=-=-
Brad LaJeunesse
PINES System Administrator
Georgia Public Library Service
(404) 982-3581

If carpenters made buildings the way programmers make programs, the
first woodpecker to come along would destroy all of civilization
--Anonymous


Re: Skipping batch erroneous record on batch input

2004-08-05 Thread Ed Summers
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