abdou-wt has asked for the wisdom of the Perl Monks concerning the following question:

hey monks ! When I execute the nexte code , it will display the error "Could not find or load mod_perl at C :/ Perl / site / lib / SOAP / Transport / HTTP.pm line 741 " but I installed the module successfully mod_apache2. Here's the code:
!/usr/bin/perl use SOAP::Transport::HTTP; SOAP::Transport::HTTP::Apache -> dispatch_to('WorldFunctions') -> hand +le; package WorldFunctions; sub new { bless {}, shift; }
Can u help me to fix this error ?

Replies are listed 'Best First'.
Re: Could not find or load mod_perl
by Anonymous Monk on Apr 14, 2012 at 23:39 UTC
      no, i mean mod_perl2 : i did a mistake in the question ! Can you tell me how can i configure apache ? ( i already modify httpd.conf)

        Can you tell me how can i configure apache ? ( i already modify httpd.conf)

        What did you do?