Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

File::Copy::Recursive::dircopy failing without error in $!

by Lotus1 (Vicar)
on Jun 12, 2018 at 15:56 UTC ( [id://1216477]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    D:\Eterra\Distribution\FileUpdaterServer\%SERVER_ENVIRONMENT%\Bitmaps 
    +| %IDMS_ROOT%\bitmaps
    
  2. or download this
    Ran at: Tue Jun 12 10:56:21 2018
    Error: Couldn't copy D:\Eterra\Distribution\FileUpdaterServer\PROD\Bit
    +maps to D:\Eterra\Distribution\XXXCorpXXX\bitmaps :  -
    --,,
    Finished at: Tue Jun 12 10:56:22 2018
    
  3. or download this
    Ran at: Tue Jun 12 10:51:56 2018
    ****Copied D:\Eterra\Distribution\FileUpdaterServer\PROD\Bitmaps to D:
    +\Eterra\Distribution\XXXCorpXXX\bitmaps
        (1 files and directories, 1 directories, depth = 1)
    Finished at: Tue Jun 12 10:51:56 2018
    
  4. or download this
    my $ok_todo_asper_condcopy = sub {
        my $org = shift;
    ...
        return $copy;
    };
    
  5. or download this
          for my $file (@files) {
              my ($file_ut) = $file =~ m{ (.*) }xms;
    ...
                  }
              }
          }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1216477]
Approved by Paladin
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-16 18:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found