Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Perl 的Net::Curl模块从某个 URL 获取内容。但是当我的代码在线运行时:
Net::Curl
while (my ($msg, $curl_cur, $result) = $curl_multi->info_read())
我发现那$result是failed writing received data to disk/application。
$result
failed writing received data to disk/application
“无法将接收到的数据写入磁盘/应用程序”是什么意思?我怎样才能避免这个错误?