%doc> People %doc> % <%attr> title => 'People' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> $search => undef $search_people => undef $user => $ui->get_current_user($r); $submit => undef $show_tasks => undef $showheader => 1 $_action => undef $view => 'search' %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '
', Dumper(%ret), '