RE: MARC::Field->subfields function

2010-09-08 Thread Justin Rittenhouse
Ahh...I bet that's it...and I see an "is control field" function which should allow me to skip those and only hit the fields that should have tags. That did it. Thanks! Justin -Original Message- From: Gorman, Jon [mailto:jtgor...@illinois.edu] Sent: Wednesday, September 08, 2010 4:58

RE: MARC::Field->subfields function

2010-09-08 Thread Bryan Baldus
On Wednesday, September 08, 2010 3:51 PM, Justin Rittenhouse [mailto:jritt...@nd.edu] wrote: >I'm relatively new to Perl and very new to the MARC::Record module. I'm >trying to use the subfields function (my @subfields = $field->subfields();), >but I'm getting an error: >Can't use an undefined

MARC::Field->subfields function

2010-09-08 Thread Justin Rittenhouse
I'm relatively new to Perl and very new to the MARC::Record module. I'm trying to use the subfields function (my @subfields = $field->subfields();), but I'm getting an error: Can't use an undefined value as an ARRAY reference at /usr/lib64/perl5/vendor_perl/5.8.8/MARC/Field.pm line 275. I'm n