From 85cfd138fcba4fe3f5f1eb449501d8c13e753e9b Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 20 Sep 2019 17:48:36 +0200 Subject: [PATCH] Addd global var for host --- Check.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Check.pm b/Check.pm index 4f3d9b8..da1bb3a 100644 --- a/Check.pm +++ b/Check.pm @@ -27,6 +27,7 @@ use Getopt::Long; use Statistics::Descriptive; use Data::Dumper; +my $host = "localhost"; my $sizeConsistency = size_consistency(); sub action