From 03f799772489c777dc42357687c46e790c5148be Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 20 Sep 2019 17:52:26 +0200 Subject: [PATCH] Declare entity var --- Check.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Check.pm b/Check.pm index da1bb3a..4f9f051 100644 --- a/Check.pm +++ b/Check.pm @@ -28,6 +28,7 @@ use Statistics::Descriptive; use Data::Dumper; my $host = "localhost"; +my $entity = ""; my $sizeConsistency = size_consistency(); sub action