in reply to
recursive perl chmod
Very nice. I get a few 100:
Exiting subroutine via next at pchmod.pl line 108.
w/ -w on. Changing next to return seems to solve that.
a
Comment on
Re: recursive perl chmod
Replies are listed 'Best First'.
Re: Re: recursive perl chmod
by
howard40
(Beadle)
on Mar 03, 2001 at 00:28 UTC
Doh!
that should teach me to use -w more often :)
thanks for the fix... i updated the node with 'return' instead of 'next'
[reply]
Re^3: recursive perl chmod
by
ultranerds
(Hermit)
on Jun 22, 2009 at 09:22 UTC
Wow, what A COOL script! Just saved me about 3-4 hours having to re-chmod loads of files/folders.
Thanks for sharing!
Andy
[reply]
In Section
Cool Uses for Perl