Here's the offending line in bulkauthimport.pl : > push( @newSubfields, $pair->[0], $pair->[1], $char_encoding); Replace with : > push( @newSubfields, $pair->[0], $pair->[1]); And everything should be fine. Daniel