Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        make_path($subdir) unless -d $subdir;
        move($file, $subdir) or warn "Failed to move $file to $subdir <$!>
    +\n";
    }