Next Program Repair Shop 34

CopyFiles

      53                next if ($file =~ /^\./);
      54                next if !($file =~ (/[0-9]/));
      55                next if !($file =~ (/txt/));
                        next if $file =~ /^\./;
                        next if $file !~ /\d/;
                        next if $file !~ /txt/;


Next Copyright © 2002 M. J. Dominus