1QWPrimitives(3)       User Contributed Perl Documentation      QWPrimitives(3)
2
3
4

NAME

6       Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for
7       DNSSEC-Tools
8

SYNOPSIS

10         use Net::DNS::SEC::Tools::QWPrimitives;
11         use Getopt::Long::GUI;
12
13         our @guiargs;
14
15         DTGetOptions(  ...,
16                        ['GUI:nootherargs',1],
17                        ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()],
18                        ['GUI:submodules','getzonefiles','getzonenames'],
19                     );
20

DESCRIPTION

22       QWizard is a dynamic GUI-construction kit.  It displays a series of
23       questions, then retrieves and acts upon the answers.  This module
24       provides access to QWizard for DNSSEC-Tools software.
25
26       In particular, the dnssec_tools_get_qwprimitives() returns a set of
27       primary screens for requesting a set of zone files followed by a set of
28       domain names for those zone files.  These are then pushed into the
29       @guiargs which should be treated as the final ARGV array to process.
30
32       Copyright 2005-2014 SPARTA, Inc.  All rights reserved.  See the COPYING
33       file included with the DNSSEC-Tools package for details.
34

AUTHOR

36       Wes Hardaker <hardaker@users.sourceforge.net>
37

SEE ALSO

39       Getopt::GUI::Long(3), Net::DNS(3), QWizard(3)
40
41       http://www.dnssec-tools.org
42
43
44
45perl v5.32.0                      2020-07-27                   QWPrimitives(3)
Impressum