MoshiachNow
IS-IT--Management
HI,
The following code fails creating the directory "POD" and gives no errors.
Any ideas why ? thanks
Code:
chdir ("d://");
system ("cd");
my @created = mkpath(qw(/tmp/POD),{verbose => 1, mode => 0777});
print STDOUT "created $_\n" for @created;
program prompt:
d:\
mkdir /tmp
mkdir /tmp/POD
created /tmp
created /tmp/POD
/tmp is created,but not "POD" inside ...
Long live king Moshiach !
The following code fails creating the directory "POD" and gives no errors.
Any ideas why ? thanks
Code:
chdir ("d://");
system ("cd");
my @created = mkpath(qw(/tmp/POD),{verbose => 1, mode => 0777});
print STDOUT "created $_\n" for @created;
program prompt:
d:\
mkdir /tmp
mkdir /tmp/POD
created /tmp
created /tmp/POD
/tmp is created,but not "POD" inside ...
Long live king Moshiach !