- or download this
$srcroot = "/some/dir";
$destroot = "/some/other/dir";
$srcdir = "/some/dir/with/more/sub/dirs";
...
print "extra_path: $extra_path\n";
print "destdir: $destdir\n";
- or download this
$srcroot = "/some/(dir)";
$destroot = "/some/other/dir";
$srcdir = "/some/(dir)/with/more/sub/dirs";
...
print "extra_path: $extra_path\n";
print "destdir: $destdir\n";
- or download this
extra_path: /some/(dir)/with/more/sub/dirs
destdir: /some/other/dir/some/(dir)/with/more/sub/dirs