in reply to Re^3: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )
in thread comparing 2 file time date stamps
There is File::Stat and then there is File::stat; the former advises to use the later if using perl 5.8+. Path::Tiny, used in the code shown previously, has dependency on the later.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )
by craigt (Acolyte) on Nov 04, 2014 at 14:16 UTC | |
by Anonymous Monk on Nov 05, 2014 at 04:33 UTC | |
by parv (Parson) on Nov 05, 2014 at 19:38 UTC |