Re: Checking DOS timestamps
--- Steve <[EMAIL PROTECTED]> wrote: > My question is where do I get started with DOS file create modified > etc timestamps? perldoc perlfunc look at -M, and stat(). I don't think the fact that it's DOS will matter at all. =o) __ Do You Yahoo!
Re: Checking DOS timestamps
> My question is where do I get started Try perldoc -q timestamp In general: perldoc -q That should help you get started.