i have a small problem whith SOAP::Lite, When i try to run the following code, i have this error (Can’t locate object method “request” via package “Apache2::RequesUtil” at b.pl line 3) :
#!/usr/bin/perl
use SOAP::Transport::HTTP2;
Apache2::RequestUtil->request();
any idea ?
#!/usr/bin/perl use Apache2::RequestUtil (); Apache2::RequestUtil->request(); – Wael Apr 20 '12 at 19:17