%doc> -- DNS Zone tasks -- %doc> % <%attr> title => 'Zone Tasks' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> $user => $ui->get_current_user($r) $action => undef $search => undef $zone_id => undef $zone_name => undef $submit => undef $show_tasks => undef $showheader => 1 $view => 'search' %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '