- or download this
my @files = ();
- or download this
find(sub { $File::Find::name =~ m/${directory}(.*)$/; push @files, $1}
+, $directory);
@files = grep { is_dos_format("$directory/$_") } @files;
- or download this
foreach my $file (@files) {
print "FAILED FILE - $file\n";
}
- or download this
if ($_ =~ m/\r\n/) {
- or download this
#!/usr/bin/perl
...
} }, $directory;
__END__