Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Is there a trick to read file from \\server?

by grantm (Parson)
on Aug 20, 2011 at 07:15 UTC ( [id://921386]=note: print w/replies, xml ) Need Help??


in reply to Is there a trick to read file from \\server?

Have you tried:

#!/usr/bin/perl use File::Copy; my $original_file = '//serv123/logs/log1.txt'; my $new_file = "C:/Documents and Settings/user/desktop/newfile.log";

Many years ago when I had to use Windows I found Perl was happy to accept / as a directory separator. I'm not 100% sure it works with UNC paths but it certainly used to work with the likes of C:/Temp and was a lot easier than doubling up the backslashes everywhere.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found