in reply to stat and File::stat question for $mode
stat is a built-in function. File::stat overrides it to return an object instead of the list of 13 elements. Decide on which one you want to use, and read the respective documentation. The documentation for stat will not help you if you're using File::stat.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: stat and File::stat question for $mode
by eacWash (Initiate) on Nov 20, 2011 at 23:54 UTC |