mbond has asked for the wisdom of the Perl Monks concerning the following question:
$dir_name = "/home/mbond/temp"; mkdir($dir_name);
$dir_name = "mkdir c:/testdir"; system($dir_name);
system("mkdir c:/testdir");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: creating directories
by Fastolfe (Vicar) on Jan 30, 2001 at 00:04 UTC | |
|
Re: creating directories
by lemming (Priest) on Jan 29, 2001 at 23:56 UTC | |
|
Re: creating directories
by chromatic (Archbishop) on Jan 29, 2001 at 23:58 UTC | |
|
Re: creating directories
by runrig (Abbot) on Jan 29, 2001 at 23:56 UTC | |
|
Re: creating directories
by stefan k (Curate) on Jan 30, 2001 at 14:23 UTC |