Help for this page

Select Code to Download


  1. or download this
    if(-f $path_to_file){
       #do something
    }
    
  2. or download this
    use strict;
    use File::Find;
    ...
            copy($_,  $path.'/'.$Trg.'/'.$File::Find::dir.'/'.$_) if(! -d 
    +$File::Find::name);
        }
    }