QWPrimitives(3) | User Contributed Perl Documentation | QWPrimitives(3) |
NAME
Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools
SYNOPSIS
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI; our @guiargs; DTGetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], );
DESCRIPTION
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 @guiargs which should be treated as the final ARGV array to process.
COPYRIGHT
Copyright 2005-2014 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.
AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net>
SEE ALSO
2024-09-01 | perl v5.40.0 |