in reply to Re^4: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )
in thread comparing 2 file time date stamps
I tried ... stuff I did not recommend
Sorry dude :) Time::Piece is the core module with the neato API that stop you from having to do + 1900 nonsense ...
$ perl -e " use Time::Piece; print localtime->year,$/ " 2014
|
|---|