in reply to Re: How to do this in Perl ??in thread How to do this in Perl ??
find(sub { chown($line[4], $line[5], $File::Find::name); }, $line[0]); [download]