Help for this page
sub wanted { my ($file)=$_; ... File::Path::make_path($dir_to_make); File::Copy::move($file, $dir_to_make); }