1QWPrimitives(3) User Contributed Perl Documentation QWPrimitives(3)
2
3
4
6 Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for
7 DNSSEC-Tools
8
10 use Net::DNS::SEC::Tools::QWPrimitives;
11 use Getopt::Long::GUI;
12
13 GetOptions( ...,
14 ['GUI:nootherargs',1],
15 ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()],
16 ['GUI:submodules','getzonefiles','getzonenames'],
17 );
18
20 QWizard is a dynamic GUI-construction kit. It displays a series of
21 questions, then retrieves and acts upon the answers. This module pro‐
22 vides access to QWizard for DNSSEC-Tools software.
23
24 In particular, the dnssec_tools_get_qwprimitives() returns a set of
25 primary screens for requesting a set of zone files followed by a set of
26 domain names for those zone files. These are then pushed into the
27 __otherargs qwparam variable, which is used by Getopt::GUI::Long to
28 generate the @ARGV list.
29
31 Copyright 2005-2007 SPARTA, Inc. All rights reserved. See the COPYING
32 file included with the DNSSEC-Tools package for details.
33
35 Wes Hardaker <hardaker@users.sourceforge.net>
36
38 Getopt::GUI::Long(3), Net::DNS(3), QWizard(3)
39
40 http://www.dnssec-tools.org
41
42
43
44perl v5.8.8 2008-02-15 QWPrimitives(3)