From baea1f26f977c3da020afb0fce7722732b19ac6e Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 10 Dec 2013 01:07:28 +0100 Subject: [PATCH 1/1] remote debug output --- html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.pl b/html.pl index 7cd3dcf..32fa173 100755 --- a/html.pl +++ b/html.pl @@ -75,7 +75,7 @@ while( my $row = $sth_auth->fetchrow_hashref ) { push @{ $skip->{no_academic_group} }, $row; } - warn "# ", dump( $row ); +# warn "# ", dump( $row ); push @{ $auth_department->{ $row->{department} } }, $row->{authid}; push @authors, $row; $department_in_sum->{ $row->{department} }++; -- 2.20.1