|
|
| XP is just a number | |
| PerlMonks |
Re^4: advice, writing to remote share (RESOLVED)by smithers (Friar) |
| on Jan 16, 2007 at 13:48 UTC ( [id://594954]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
For what it's worth, I've found that mapping drives is often not required as many Perl functions such as "glob", "open", "copy", "unlink" and "tempfile" (for example) work fine using Windows UNCs (\\server\share\file). Kind of nice to skip the drive letter mapping altogether.
Note: it's sometimes necessary (if not preferred) to swap back-slashes with slashes in UNCs. (//server/share/file).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||