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

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'
      Wow, what A COOL script! Just saved me about 3-4 hours having to re-chmod loads of files/folders.

      Thanks for sharing!

      Andy