http://qs321.pair.com?node_id=127270


in reply to CHMOD Question

(assuming you just misspelled chmod). Try adding error checking, like
chmod 0755, $filename or warn "Could not chmod $filename: $!"

 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();

Replies are listed 'Best First'.
Re: Re: CHMOD Question
by Anonymous Monk on Nov 25, 2001 at 00:45 UTC
    Hi, $! gives permission denied.