in reply to How would you use perl debugging tools to pinpoint the problem here?

I ran into this problem "in the wild" and asked about it here. The really bad part is that you can't even catch it with perl -c.

  • Comment on Re: How would you use perl debugging tools to pinpoint the problem here?
  • Download Code

Replies are listed 'Best First'.
Re^2: How would you use perl debugging tools to pinpoint the problem here?
by blazar (Canon) on Nov 10, 2005 at 16:42 UTC
    Personally I don't say any reason why it should be caught with perl -c. It's not a syntax error after all. To be precise it's not an error at all. Depending on the hardware, the OS and the OS configuration, it may run just smooth...