go ahead... be a heretic | |
PerlMonks |
Re^4: advice, writing to remote share (RESOLVED)by smithers (Friar) |
on Jan 16, 2007 at 18:48 UTC ( [id://594954]=note: print w/replies, xml ) | Need Help?? |
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
|
|