hi, I have the following error on a win server:
"Invalid Top Directory perl/lib/file/find.pm line 598

Here's the code and I'll explain what I found until now:
Code:
#!/usr/bin/perl
#
use strict;
use warnings;
use File::Find;
use MSDOS::Attrib qw(get_attribs set_attribs);

(my $sec, my $min, my $hour, my $mday, my $mon, my $year, my $wday, my $yday, my $isdst)=localtime(time);
...