diff options
-rwxr-xr-x | stats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ my @content = split /^-+$/m, $content; shift @content; for my $section (@content) { - my ($position, $user, $balance, $endpoint, $time_up, $time_maint, $time_down); + my ($position, $user, $balance, $endpoint, $time_up, $time_maint, $time_down) = (undef); for my $line (split /\n/, $section) { next if (length $line < 1); |