%doc> -- Config tasks -- %doc> % <%attr> title => 'Config Tasks' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> @config_types => undef $user => $ui->get_current_user($r) $submit => undef $showheader => 1 $hideheader => undef @zones => undef $bind_force => undef $dhcpd_force => undef $bind_no_priv => undef @scopes => undef %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> use Netdot::Exporter; my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '