# Usage: perl5.36.3 check-size.pl ./data-mixed use v5.32; use warnings; use warnings qw[ FATAL utf8 ]; use open qw[ :encoding(UTF-8) :std ]; use Data::Dumper; local $Data::Dumper::Sortkeys = 1; my $data = $ARGV[0] or die qq[Give a file to count sizes of different kinds.\n]; my %stat = ( q/-s/ => -s $data ); open( my $fh, q/