Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Permission problem in creating directory!

by chibiryuu (Beadle)
on Apr 13, 2006 at 20:41 UTC ( [id://543218]=note: print w/replies, xml ) Need Help??


in reply to Re: Permission problem in creating directory!
in thread Permission problem in creating directory!

chmod 0777, $dump_dir is preferable to `chmod 777 $dump_dir`.  No backticks needed; chmod is a Perl builtin.

(This is just a side-note.  umask is the correct solution.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found