1DNS::LDNS::KeyList(3) User Contributed Perl DocumentationDNS::LDNS::KeyList(3)
2
3
4
6 DNS::LDNS::KeyList - Linked list of dnssec keys
7
9 use DNS::LDNS ':all'
10
11 my l = new DNS::LDNS::KeyList
12 l->set_use(bool)
13 l->push(@keys)
14 key = l->pop
15 c = l->count
16 key = l->key(index)
17
19 http://www.nlnetlabs.nl/projects/ldns
20
22 Erik Pihl Ostlyngen, <erik.ostlyngen@uninett.no>
23
25 Copyright (C) 2013 by UNINETT Norid AS
26
27 This library is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself, either Perl version 5.14.2 or, at
29 your option, any later version of Perl 5 you may have available.
30
31
32
33perl v5.30.0 2019-07-25 DNS::LDNS::KeyList(3)