LWP::Simple getstore 在 Windows 中不起作用

发布于 2024-12-28 23:58:25 字数 287 浏览 0 评论 0原文

我有以下简单命令,该命令应该下载 $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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还如梦归 2025-01-04 23:58:25

有时查找代理非常容易:

尝试打开一个不存在的网页,大多数情况下代理会报告错误并打印出自己的详细信息。

试试这个:-.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:....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文