@@ -, +, @@ modification log --- tools/viewlog.pl | 1 + 1 file changed, 1 insertion(+) --- a/tools/viewlog.pl +++ a/tools/viewlog.pl @@ -50,6 +50,7 @@ my $input = new CGI; $debug or $debug = $cgi_debug; my $do_it = $input->param('do_it'); my @modules = $input->multi_param("modules"); +use Data::Printer colored => 1; warn p @modules; my $user = $input->param("user") // ''; my @actions = $input->multi_param("actions"); my @interfaces = $input->multi_param("interfaces"); --