Re: converting data for subfields in 1XX

2006-11-10 Thread Saiful Amin
Hi Jackie,Sorry for the delay, I was travelling past one week and couldn't get my hand on this one. I've done two changes and it works now. Attached is the edited script.1. Pipe (|) is a special character in Perl and it needs to escaped (\|) on line 88. 2. I'm not sure on the 'binmode' function to

Re: converting data for subfields in 1XX

2006-11-10 Thread Jackie Shieh
Thank you!! Bryan Baldus had also lent an extremely helpful hand!! Regards, --Jackie On Fri, 10 Nov 2006, Saiful Amin wrote: Hi Jackie, Sorry for the delay, I was travelling past one week and couldn't get my hand on this one. I've done two changes and it works now. Attached is the edited s