Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI;
GetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], );
QWizard is a dynamic GUI-construction kit. It displays a series of questions, then retrieves and acts upon the answers. This module provides access to QWizard for DNSSEC-Tools software.
In particular, the dnssec_tools_get_qwprimitives() returns a set of primary screens for requesting a set of zone files followed by a set of domain names for those zone files. These are then pushed into the __otherargs qwparam variable, which is used by Getopt::GUI::Long to generate the @ARGV list.
Copyright 2005-2007 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.
Wes Hardaker <hardaker@users.sourceforge.net>
Getopt::GUI::Long(3), Net::DNS(3), QWizard(3)