Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: Cannot copy files from linux shared to windows

by Anonymous Monk
on Nov 06, 2014 at 01:15 UTC ( [id://1106293]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Cannot copy files from linux shared to windows
in thread [Solved] Cannot copy files from linux shared to windows

Yeah, that doesn't include a value for $! which is very weird .... which is why you should use Fudge() to get more info

Also what version of perl do you have, and what filenames are involved?

Do a Data::Dump::dd( $source, $target ) and post that

Then try File::Copy::copy( ... ) or die Fudge(); where ... is copy/paste of ::dd output

Then try getting/installing the latest http://perl5.git.perl.org/perl.git/history/HEAD:/lib/File/Copy.pm and try again

File::Copy::copy shouldnt die without setting $!

  • Comment on Re^5: Cannot copy files from linux shared to windows

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1106293]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found