Fwd: Undelivered Mail Returned to Sender

2004-08-03 Thread Linh Le
Help,   I tried to send a signoff command to [EMAIL PROTECTED] but got the error.   Linh --- Begin Message --- This is the Postfix program at host amanita.mail.rice.edu. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For furt

Re: deconstruct and reconstruct a field

2004-08-03 Thread Jackie Shieh
Thanks! The script returns an error msg: Global symbol "$f500" requires explicit package name at s.pl line ### Execution of s.pl aborted due to compilation errors. The $f500 was deleted in the earlier loop. Was that the cause? BTW, was there a difference between the close curly bracket with or

Re: deconstruct and reconstruct a field

2004-08-03 Thread Timothy Prettyman
In your foreach loop, you write a new 534 for every 500 that you find. The first one has the subfield a from it, the 2nd one has a subfield a from the first and second, etc. What you really want to do is something like: if (@f500s) { my @subfields = (); foreach my $f500 (@f500s) { $f500->

deconstruct and reconstruct a field

2004-08-03 Thread Jackie Shieh
I am deconstructing multiple 500 note fields and putting the data in subfield n of 534 (Notes to original version). When there are more than one 500 notes, this script creates two 534 fields, one with the first previously 500 note field in subfield n, and the other 534 field with two 500 note fie

Re: adding a MARC tag called SYS

2004-08-03 Thread Eric Lease Morgan
On Jul 30, 2004, at 8:56 AM, Eric Lease Morgan wrote: Besides the fact that the addition of a field named SYS may be a "feature" of my integrated library system, how can I add such a field to my data? Well, now the whole thing is a moot point in my book. Instead of using a "kewl" SYS field in my

Re: adding a MARC tag called SYS

2004-08-03 Thread Ashley Sanders
On Mon, Aug 02, 2004 at 12:32:49PM -0500, Harvey Hahn wrote: > Although in *THEORY* both alphabetic and numeric characters could be used in > tags in a locally-defined MARC format, the currently defined five MARC > formats in use by libraries (bibliographic, authority, holdings, > classification da