in reply to Need help with script to create directories
Does this help?use File::Path; my $base_dir="/home/jlk/tmp/data/stuff/archive/$clientname"; mkpath(["$base_dir/tmp", "$base_dir/not_proc", "$base_dir/enc_arch_files/incoming" ], 0, 0755);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help with script to create directories
by jlk (Hermit) on Jun 20, 2004 at 14:35 UTC | |
by dakkar (Hermit) on Jun 21, 2004 at 08:08 UTC |