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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.