Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Permission problem in creating directory!

by Corion (Patriarch)
on Apr 13, 2006 at 13:08 UTC ( [id://543064]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $old_umask = umask;
    umask 0777;
    mkdir $dump_dir
        or die "Couldn't create '$dump_dir': $!";
    umask $old_umask;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found