Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
This should give the following result:use File::Path; mkpath("/var/tmp/log/script/",0,1777);
But really gives the following:[thom@marvin] $ ls -l /var/tmp/log drwxrwxrwt 2 thom thom 4096 Apr 17 14:25 script
What am I doing wrong? Thanks, Thom[thom@marvin] $ ls -l /var/tmp/log d-wx-----T 2 thom thom 4096 Apr 17 14:25 script
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mkpath()
by Improv (Pilgrim) on Apr 17, 2003 at 14:19 UTC | |
by Anonymous Monk on Apr 17, 2003 at 14:31 UTC | |
by Anonymous Monk on Apr 17, 2003 at 14:58 UTC | |
by demerphq (Chancellor) on Apr 17, 2003 at 17:40 UTC | |
|
Re: mkpath()
by perlplexer (Hermit) on Apr 17, 2003 at 14:17 UTC | |
by Anonymous Monk on Apr 17, 2003 at 14:28 UTC | |
by perlplexer (Hermit) on Apr 17, 2003 at 14:55 UTC | |
by Anonymous Monk on Apr 17, 2003 at 15:06 UTC | |
|
Re: mkpath()
by Anonymous Monk on Feb 26, 2014 at 14:24 UTC |