%doc> -- DNS Record Tasks -- %doc> <%attr> title => 'DNS Record Tasks' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> $user => $ui->get_current_user($r) $view =>'search' $action => undef $search => undef $submit => undef $name => undef $show_tasks => undef $showheader => 1 $ipblock_id => undef $ip => undef $add_host_block => undef $add_host_address => undef $add_host_zone => undef $ethernet => undef $duid => undef $zone_id => undef %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '