Mega Code Archive

 
Categories / Perl / File
 

File Tests for Age

Operator    Meaning -A          Returns the number of days since last access relative to the program's beginning execution time. -C          Returns the number of days since last inode change relative to the program's beginning execution time (for Unix systems). -M          Returns the number of days since last modification, relative to the program's beginning execution time.