in reply to Re^3: Hijacking perl functions
in thread Hijacking perl functions

I'm sorry if you got the impression that I wanted to globally replace chmod, I don't, ony in this script. Though I can see where it could be useful in other scripts as well.

Thanks

Sweetblood

Replies are listed 'Best First'.
Re^5: Hijacking perl functions
by kryten (Scribe) on Jul 30, 2004 at 10:30 UTC
    In which case you probably don't want to be confusing things by replacing chmod. What you want to do is a completely separate operation and should be called something different.

    Otherwise you'll just confuse everybody. (Including yourself in 6 months time!)