Help for this page

Select Code to Download


  1. or download this
    sub wanted {
        my ($file)=$_;
    ...
        File::Path::make_path($dir_to_make);
        File::Copy::move($file, $dir_to_make);
    }