On Fri, Sep 19, 2003 at 07:58:01PM +0530, Saiful Amin wrote:
> I never had to worry about the record_length (pos 00-04) or the
> base_address (pos 12-16) in the leader.  I think they are automagically
> updated while writing the record via $rec->as_usmarc().

saiful++

Yes, they should be automatically calculated when writing the file as marc.

    print $record->as_usmarc();

Albeit, this method should really be as_marc() or as_marc21() but there you go
:)

//Ed

Reply via email to