From 4fee6e46866b4f376d5f1a489657c9a3239158bf Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 20 Sep 2019 17:12:58 +0200 Subject: [PATCH] Only one request --- Check.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Check.pm b/Check.pm index 864dd1a..b0bd5db 100644 --- a/Check.pm +++ b/Check.pm @@ -27,8 +27,7 @@ use Getopt::Long; use Statistics::Descriptive; use Data::Dumper; -action(); -my $sizeConsistency = action(); +my $sizeConsistency = size_consistency(); sub action {