Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my $ref_ext  = $field->att('EXT');
        $field->set_text($ref_ext) if $ref_ext;
    }