recurive chown with perl chown

2009-06-19 Thread Harry Putnam
How to manage a recursive chown using perl function chown? Do I have to employ something like File::Find to recursively chown a directory heirarchy. Or maybe opendir and readdir... Or is there some simpler way? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional

RE: recurive chown with perl chown

2009-06-19 Thread Andrew Curry
http://www.perlmonks.org/?node_id=202898 may be of use. -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Harry Putnam Sent: 19 June 2009 14:36 To: beginners@perl.org Subject: recurive chown with perl chown How to manage a recursive chown using perl function chown

Re: recurive chown with perl chown

2009-06-19 Thread Chas. Owens
On Fri, Jun 19, 2009 at 09:35, Harry Putnamrea...@newsguy.com wrote: How to manage a recursive chown using perl function chown? Do I have to employ something like File::Find to recursively chown a directory heirarchy.  Or maybe opendir and readdir... Or is there some simpler way? snip

Re: recurive chown with perl chown

2009-06-19 Thread Harry Putnam
Chas. Owens chas.ow...@gmail.com writes: On Fri, Jun 19, 2009 at 09:35, Harry Putnamrea...@newsguy.com wrote: How to manage a recursive chown using perl function chown? Do I have to employ something like File::Find to recursively chown a directory heirarchy.  Or maybe opendir and readdir...

Re: recurive chown with perl chown

2009-06-19 Thread Harry Putnam
Chas. Owens chas.ow...@gmail.com writes: On Fri, Jun 19, 2009 at 09:35, Harry Putnamrea...@newsguy.com wrote: How to manage a recursive chown using perl function chown? Do I have to employ something like File::Find to recursively chown a directory heirarchy.  Or maybe opendir and readdir...

Re: recurive chown with perl chown

2009-06-19 Thread Jim Gibson
On 6/19/09 Fri Jun 19, 2009 8:44 AM, Harry Putnam rea...@newsguy.com scribbled: Chas. Owens chas.ow...@gmail.com writes: On Fri, Jun 19, 2009 at 09:35, Harry Putnamrea...@newsguy.com wrote: How to manage a recursive chown using perl function chown? Do I have to employ something like

Re: recurive chown with perl chown

2009-06-19 Thread Chas. Owens
On Jun 19, 2009, at 11:44, Harry Putnam rea...@newsguy.com wrote: Chas. Owens chas.ow...@gmail.com writes: On Fri, Jun 19, 2009 at 09:35, Harry Putnamrea...@newsguy.com wrote: How to manage a recursive chown using perl function chown? Do I have to employ something like File::Find to