From ecabb29e432812a3ad57a07bc7db959b9f8dc235 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 27 Sep 2019 16:50:55 +0200 Subject: [PATCH] Add comments --- Check.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Check.pm b/Check.pm index d1a53df..1044951 100644 --- a/Check.pm +++ b/Check.pm @@ -231,7 +231,7 @@ my $randomFile = "random-file.txt"; $randomFile EOF -# Increment counter + # Increment counter if ( @Backups == 0 ) { $hostCntNone++; $strNone .= $str; @@ -240,6 +240,7 @@ EOF $strGood .= $str; } } + # End loop # Time set $fullSizeTot = sprintf("%.2f", $fullSizeTot / 1024);