in reply to Re: Perl Stat Issue
in thread Perl Stat Issue

again, comes back blank when using full directory, not just filename. even if I do something as simplistic as:
use File::stat; my $testfile = "/to/my/directory/test.file"; my $st = stat($testfile) or die "No $testfile: $!";
$st is completely blank...