i m trying to execute API , having log of .pm file inter linked with each other. itl also have a file which contains all modules list, which is needed to execute api.List of modules are:-
use Apache2::Request(); use Apache2::RequestRec(); use Apache2::RequestIO(); use Apache2::Filter (); use Apache2::Const -compile => ':common'; use WWW::Mechanize; use SOAP::Lite; use Parallel::ForkManager 0.7.6; use Time::HiRes qw(tv_interval gettimeofday); use WebService::Solr; use Digest::MD5; use YAML; use HTML::Obliterate qw(extirpate_html); use LWP::ConnCache; use Data::Serializer; use CHI; use HTML::Form; use HTTP::Request::Common; use Knimbus::Connectors::Utils; use Knimbus::Connectors::Utils::Records; #use Knimbus::Connectors::Utils::ParaSearch; use Knimbus::Connectors::Conf::Configuration; use Knimbus::Connectors::Conf::Authentication;
i already installed all modules. And when trying to execute main .pm file. its giving internal server error on browser and
[Tue Jul 16 15:54:40 2013] [error] [client 127.0.0.1] Illegal field na +me 'APR::Table=HASH(0x225279c8)' at /usr/local/share/perl/5.10.1/SOAP +/Transport/HTTP2.pm line 103.\n [Tue Jul 16 15:54:40 2013] [error] [client 192.168.100.44] 500 Interna +l Server Error at /home/abc/SASCH.pm line 27.\n
i used soap lite and i already installed soap lite module. Please help me out, is there any other requirement to execute .pm file, which i m missing
In reply to not able to run API(.pm file) by Priti24
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |