F H wrote:
Gunnar Hjalmarsson wrote:
F H wrote:
I have a directory where log files are saved in on a daily basis by
a VB program. and what I need is a way to get the last file stored
into that directory. The last modified file in that directory
should do it.
perldoc -f stat
What I am
Note: forwarded message attached.
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!--- Begin Message ---
Thanks Gunnar for responding
What I am looking for is how "code wise" find the last modified file in a directory within a script. here us my script
use MIME::Li
F H wrote:
I have a directory where log files are saved in on a daily basis by
a VB program. and what I need is a way to get the last file stored
into that directory. The last modified file in that directory
should do it.
perldoc -f stat
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi
Hi there,
I have a directory where log files are saved in on a daily basis by a VB program. and
what I need is a way to get the last file stored into that directory. The last
modified file in that directory should do it. Any help is really appreciated
F