in reply to Re^3: make_path for creating directory tree
in thread make_path for creating directory tree
pojfor my $molecs (@molecs) { my $structs = shift @structs; ## Add for my $steps (@steps) { make_path "/media/RAIDstorage/home/results/$structs/$molecs/$steps +"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: make_path for creating directory tree
by Anonymous Monk on Jan 22, 2016 at 17:54 UTC | |
by fasoli (Beadle) on Jan 22, 2016 at 18:06 UTC | |
by poj (Abbot) on Jan 22, 2016 at 18:26 UTC |