LWP::Simple getstore 在 Windows 中不起作用
我有以下简单命令,该命令应该下载 $url
并将其内容存储到文件 $file
:
getstore("$url", "$file");
作为 Perl 脚本的一部分, 我在 Fedora Linux 上运行它,但是当我在 Windows 上运行相同的代码时,$file 似乎仍然为空。
这很奇怪,因为正如我提到的,没有更改代码和这个命令是非常基本的。
也许有人知道为什么会发生这种行为?
谢谢!
As a part of my Perl script I have the following simple command which is supposed to download a $url
and store its contents to a file $file
:
getstore("$url", "$file");
This works perfectly fine when I run it on my fedora Linux, however when I run the same code on Windows, it seems that the $file
remains empty..
This is very strange since, as I mentioned, there was no change to the code and this command is very basic.
Maybe anyone has a clue why such behavior might occur?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有时查找代理非常容易:
尝试打开一个不存在的网页,大多数情况下代理会报告错误并打印出自己的详细信息。
试试这个:-.ds.com
检查行:您的网络代理是:....
Finding a proxy quite easy sometimes:
Try to open a nonexisting webpage and most of time the PROXY reports an error and print out its own details.
Try this: -.ds.com
Check the line: Your web proxy is:....