Help for this page

Select Code to Download


  1. or download this
        ### -------------------------------
        ### Read local directory
    ...
            }
        }
    
  2. or download this
            ### Move each file into archive directory
            move( "$location$file", "$target$file") || 
            croak "Unable to move: $location$file because: $!";