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 {