Help for this page
return if $s < $min && @z == 10;
File::Find::find( sub { return unless -f; ... }, $dir ); print "$_\n" for @z;