DNS::LDNS::KeyList - Linked list of dnssec keys
use DNS::LDNS ':all'
my l = new DNS::LDNS::KeyList
l->set_use(bool)
l->push(@keys)
key = l->pop
c = l->count
key = l->key(index)
http://www.nlnetlabs.nl/projects/ldns
Erik Pihl Ostlyngen, <erik.ostlyngen@uninett.no>
Copyright (C) 2013 by UNINETT Norid AS
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version 5.14.2
or, at your option, any later version of Perl 5 you may have available.