远程 Windows 系统上的文件 IO
给定一个可以在 unix 或 Windows 上运行的 Perl 脚本,我如何才能最好地读/写 Windows 主机上的文件?有没有类似于 File::Remote 的东西?
Given a Perl script that can be running on unix or Windows, how can I best read/write to a file on a windows host? Is there anything similar to File::Remote?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会尝试挂载远程文件夹,然后使用标准 perl 函数:
I would try to mount the remote folder and then use the standard perl functions: