> I'm just running out of ideas, and I can't keep monitoring and > rebooting servers forever... we all need vacation eventually :) >
I posted on the Perl list for you, maybe a more incline person can take this idea and expand on it for you. I was thinking like strace type idea, but I don't know how applicable that is, ex #strace perl assp.pl. Option 1: /snip Have a look at "perldoc perldebug": "Other examples include $ PERLDB_OPTS="NonStop LineInfo=listing frame=2" perl -d myprogram which runs script non-interactively, printing info on each entry into a subroutine and each executed line into the file named listing." /snip Option 2: /snip Try http://search.cpan.org/~mjd/Devel-Trace-0.10/Trace.pm /snip Hopefully someone else can chime in here. Hth, jlc ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
