Alright see that, well I have a couple direcotries in $list and I wanna put them to a new direcotry called new. Now is this possible to transer files and directories. Can I do it with no modules### See if they wanna move user files if(param('move') eq "yes") { $old = param('old'); ### Start a foreach loop for all users foreach $line (@list) { opendir(DIR, "$old$line"); my @userfiles = sort grep !/^\.\.?\z/, readdir DIR; close DIR; ### Need put each direcotry in a new one } }
In reply to moving files by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |