Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    for (@files){
        copy $_, $to_dir or die $!;
    }
    
  2. or download this
    ->in($from_dir)
    ->maxdepth(0);   # descend zero levels below root of $from_dir