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 ();