|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: can't open file from another machineby bofh_of_oz (Hermit) |
| on Jun 29, 2005 at 18:04 UTC ( #471129=note: print w/ replies, xml ) | Need Help?? |
|
AFAIK, open() only opens local files. To open network files, you can chdir \\10.1.101.196\folder (or rather, chdir "//10.1.101.196/folder") and then open the file...
--------------------------------
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||