capfast_defaults - a Perl module that contains capfast defaults for record-fields
use capfast_defaults;
my $r_h= capfast_defaults::record_defaults("longout");
This module contains all defaults for record-fields as they are defined in capfast 1.6.
rec_defaults
print $capfast_defaults::rec_defaults{"elongout");
This global variable contains the record-defaults hash. This hash has one entry for each record-type. Note that the record-types have the letter "e" prepended as you can see in the example above.
rec_linkable_fields
print $capfast_defaults::rec_linkable_fields{"elongout");
This global variable contains the record-defaults hash for link-fields. This hash has one entry for each record-type. Note that the record-types have the letter "e" prepended as you can see in the example above.
record_defaults()
my $r_h= capfast_defaults::record_defaults("longout");
This function returns a hash-reference for the given record-type or <undef> if the record-type is not known. The hash contains all known fields as hash-keys and the defaults as hash-values.
Goetz Pfeiffer, Goetz.Pfeiffer@helmholtz-berlin.de
perl-documentation