On Oct 29, 4:09 pm, [EMAIL PROTECTED] (Sivasakthi) wrote:
> Hi All,
>
> How to check the file is modified or not?
>
> Thanks,
> Siva

1. get the file's modify time using stat function
2. then compare that time with whatever time-date you have

lookout stat in `perldoc perlfunc` or here's the link:
http://perldoc.perl.org/functions/stat.html

cheers
yogesh


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to