Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Perl on Windows Best Practices?

by roboticus (Chancellor)
on Jul 30, 2012 at 20:53 UTC ( [id://984522]=note: print w/replies, xml ) Need Help??


in reply to Perl on Windows Best Practices?

KevinZwack:

Try using forward slashes instead of doubled backslashes for UNC names. That works just fine with cygwin--at least *here* it does:

#!/usr/bin/perl use 5.14.0; use warnings; use autodie; open my $FH, '>', '//npckfs01/users/301058/ZOOG'; print $FH "The quick red fox, etc. etc. etc.\n"; close $FH;

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found