Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hai, I was trying to write a program using 'WWW::PDB' module.The module 'SOAP::Lite' is one of i'ts dependancies.I installed that also.But running the program shows the error that "Can't locate class method "ns" via package "SOAP::Lite" at C:/Perl/site/lib/WWW/ PDB.pm line 152 " .Iam working in windows.Also I dont have root permission. Can some one help me to make the program work ? Thanks

Replies are listed 'Best First'.
Re: 'ns' via package SOAP::Lite
by Anonymous Monk on Feb 13, 2009 at 07:27 UTC
    Which version of SOAP::Lite do you have? You probably need to upgrade.
      I have installed 0.710.8 version of SOAP::Lite.Is there a new version other than this? Thank u