Skip to content
Snippets Groups Projects
Commit 389c4ee3 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridan cas, ktery byl potreba pro vygenerovani seznamu

parent d72d7d4f
Branches
Tags
No related merge requests found
...@@ -100,7 +100,7 @@ foreach my $key (sort {$a<=>$b} keys %$hash_ref) { ...@@ -100,7 +100,7 @@ foreach my $key (sort {$a<=>$b} keys %$hash_ref) {
} }
print "+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n"; print "+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n";
print "\n"; print "\n";
print "Current registered clients in: " . scalar localtime(time) . "\n"; print "Current registered clients at:\t" . scalar localtime(time) . " (generated in " . scalar (time() - $^T) . " seconds)\n";
# cleanup section # cleanup section
END { END {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment