in reply to Problem with SOAP::Transport::TCP

Are you missing a dependency module?...as the line 169 is calling the parent constructor to create instance of the SOAP::Transport::TCP::Server object. Check the package dependencies.
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^2: Problem with SOAP::Transport::TCP
by mr_mischief (Monsignor) on Sep 01, 2010 at 02:56 UTC

    The parent class is part of the same distribution package in this case. The problem is that the parent class is in another module in the same package which is not automatically used. It must be explicitly used by the program.

    ( I guess there could also be some damage to the installed distribution, but let's trust Occam and solve the apparent problem first and see if something else rears it head after the initial fix. )