![]() |
![]()
| ![]() |
![]()
NAMENet::Gnats::Command::ADMV DESCRIPTIONReturns an entry from an administrative data file associated with field. key is used to look up the entry in the data file. If subfield is specified, only the value of that subfield is returned; otherwise, all of the fields in the adm data file are returned, separated by colons :. RESPONSESThe responses are: 410 (CODE_INVALID_FIELD_NAME) The specified field does not exist. 221 (CODE_NO_ADM_ENTRY) An adm entry matching the key was not
found,
350 (CODE_INFORMATION) The normal response; the supplied text is
the
EXAMPLESmy $entry = Net::Gnats::Command::ADMV->new( field => myfield, key => mykey )->as_string;
|