<<

find_value
    ($indicators, $value) = find_value($tag, $subfield, $record,$encoding);

Find the given $subfield in the given $tag in the given MARC::Record $record. If the subfield is found, returns the (indicators, value) pair; otherwise, (undef, undef) is returned.

build_authorized_values_list
create_input builds the <input ...> entry for a subfield.
CreateKey
    Create a random value to set it into the input name

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 38:

'=item' outside of any '=over'

=over without closing =back

<<