Need to get the individual who created the file I am looking at. I am using File::Find to get all files that are 4 days or younger. I can get all info: Path, file name, file size, date modified easily except owner. I have looked at the Perl doc ( using AS 5.8.8 build 820 ). I see that I can invoke from within the Perl 'ls -l' using backticks, but is there any other way of getting that info besides this? The File::Find is working great, but mssing that last piece. Looked at CPAN, but either asking the wrong question or not narrowing it enough. It is searching a 300 gig disk and at this point I have been running remotely which is running at about 2.5 hours to go through all the files. I hopefully will be able to run locally to accomplish the task. Any insights would be greatly appreciated on getting owner of a file under Win32. Thanks.
Wags ;) David R Wagner Senior Programmer Analyst FedEx Freight 1.408.323.4225x2224 TEL 1.408.323.4449 FAX http://fedex.com/us ********************************************************************** This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. ********************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/