%#
<% Dumper ($m->dhandler_arg) %>
<& $call, %ARGS &> <%init> my $call; if ( $m->dhandler_arg =~ /section.html/ ) { $call = '../section.html'; } elsif ( $m->dhandler_arg =~ /confirm.html/ ) { $call = '../confirm.html'; } elsif ( $r->uri eq '/contenido/users/' ) { $call = '/contenido/users/index.html'; } else { &abort404; }