in reply to Can't locate Carp/Heavy.pm in @INC

Your example (to print "test") misses a ';' behind "use Carp::Heavy"...

Without seeing any code of your script, it's hard to guess, where the problem might be.

Did you check the lines at Carp.pm around line 255? What happens there?

What are you reading from Handle SOCKET? a line number -1596786226 looks strange to me. Looks like a overflow...

Is your script running permanently for several days? Or is it started upon new requests?

More details would be fine...

Replies are listed 'Best First'.
Re^2: Can't locate Carp/Heavy.pm in @INC
by Anonymous Monk on Aug 05, 2008 at 14:38 UTC
    Hi,

    sorry, the code was written without testing...

    The original script has more then 1000 lines so i think that it is not a good idea to post it here ;)

    carp.pm is a perl basemodul for errorreporting (which i did not use)

    The script is running all the time...
    But today it stoped with that error...


    i hope that helps