Dismas has asked for the wisdom of the Perl Monks concerning the following question:
$diff = time; ... $secs = (stat( $file ))[8]; $access = int(($diff - $secs)/86400) + 0.5);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SCO/UNIX stat malfunction?
by dave_the_m (Monsignor) on Aug 03, 2004 at 15:11 UTC |