Bastian Angerstein wrote:
Hello there,
I have a tricky problem, I have some (alot) directories containing
alot of files. I want to move the directory /xyz/123/ with all containing
files to /xyz/abc/123.
The source directory does not (or should not) contain subdirectories.
Does anybody have something for me ?
Thanks,
Bastian
perldoc -f mkdir
perldoc -f rename
perldoc File::Path
perldoc File::Copy
What have you tried, where did you fail?
http://danconia.org
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>