NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
proxies are part of the problem (Score:2)
Fun when debugging, too...
Re: (Score:2)
Yes; I'm seeing a lot of those.
There needs to be the equivalent of goto &NAME in Java.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
in perl (Score:1)
rjbs
Re: (Score:1)
As for Java, the call traces are deep because you see the call stack all the way down to "main". Try going 50 levels deep in a mod_perl app, then looking at the C stack in GDB. It's deep because you have Apache in there, then Perl, then Perl's management of your stack.
Re: (Score:1)
Be nice if he gave the user the choice. There’s always Carp::Always for those times you do need a full trace, and then you get one from any uncaught exceptions, not just those where the author coöperated. And the rest of the time, you can leave it out.