in reply to Re^2: Help using self-made but very simple Module
in thread Help using self-made but very simple Module

You'd need to use File::stat in the package, as by-name stat fields are not core Perl syntax.

Alternatively, simply write (stat $filename)[9].

Replies are listed 'Best First'.
Re^4: Help using self-made but very simple Module
by kdmurphy001 (Sexton) on Oct 12, 2009 at 15:39 UTC
    That did it! WOOT! THanks much (Switching it to just stat and 9