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.
我对 SOAP::Lite 有一个小问题,当我尝试运行以下代码时,出现此错误(无法通过 b.pl 第 3 行的包“Apache2::RequesUtil”找到对象方法“request”):
#!/usr/bin/perl use SOAP::Transport::HTTP2; Apache2::RequestUtil->request();
任何想法 ?
use Apache2::RequestUtil ();