fix warning so no output for correct operation
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Nov 2013 13:00:12 +0000 (14:00 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Nov 2013 13:00:12 +0000 (14:00 +0100)
html.pl

diff --git a/html.pl b/html.pl
index ca39fe2..043d8c9 100755 (executable)
--- a/html.pl
+++ b/html.pl
@@ -141,7 +141,7 @@ mkdir 'html' unless -d 'html';
 open(my $index, '>:encoding(utf-8)', 'html/index.html');
 print $index html_title('Bibliografija Filozogskog fakulteta');
 
-my $first_letter;
+my $first_letter = '';
 
 foreach my $row ( sort { $a->{full_name} cmp $b->{full_name} } @authors ) {