Re: strftime Problem

2005-08-09 Thread Chris Charley
Hi Dave I can get it to work if I do not include use Time::localtime. Wonder why it worked for you in the first instance? Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: strftime Problem

2005-08-09 Thread Charles K. Clarkson
Dave Adams wrote: : I am trying to get the date stamps of multiple files on a win32 : machine using the strftime function in a foreach loop. : : For testing purpose, I take a single file and get the modification : time of it. This works. : : I then recycle my code and