> possible to change the functionality of this method so that it returns a 
> list of all instances in list context and the first instance in scalar 
> context similar to the $record->field($field) method?

The way to do it now is to
my $field = $marc->field( '245' );
my @fields = $field->subfields();

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to