.... if (my $file_stat = stat($File::Find::name)) { $wanted_count[$i] += $file_stat->size; } else { print "Failed to obtain stats on file '$File::Find::name'"; } return; .....