On Wed, Nov 05, 2003 at 07:29:59PM +0100, Leif Andersson wrote: > Even if it, as it stands, only is intended for MARC21 records, I still think > it would be nice to have an insert method like the one above.
How about:
$rec->insert_fields_ordered( @fields );
//Ed
