尝试在 Windows 上安装 WWW:Curl。到目前为止,我已经按照此页面完成了以下所有操作:
http://cpansearch.perl.org/src/SZBALINT/WWW-Curl-4.15/README.Win32
我正在修改 Makefile.PL,但是当它尝试运行 cpp(我更改为 gcc)时,我收到以下错误:
List form of pipe open not implemented at Makefile.PL
它发生在这行代码上:
open(H_IN, "-|", "gcc", $curl_h # where curl.h is the complete path to my curl.h file.
有任何想法吗?