Help for this page
if ( -s "$path_only/$file_name" > $last_maxsize ) { local $/ = \$last_maxsize; ... print OUT; close OUT; }
while ( my $new_record = <$last_in> ) { next if -s $new_record > $last_maxsize; ...