in reply to Re: Why am unable to create another directory using perl?
in thread Why am unable to create another directory using perl?
Here it copies along with directory structurechdir $output_dir; mkdir 'html',0755; `find . -name '*.html' | cpio -pdm html`; chdir $output_dir; mkdir 'htmlfiles',0755; `cp -r html htmlfiles`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why am unable to create another directory using perl?
by soonix (Chancellor) on Mar 15, 2017 at 07:23 UTC |