in reply to question regarding using Switch.pm in production use

My big complaint about "Switch" is that when you try to trace your code with the perldebugger you end up looking at Damian Conway code instead.

I used to think that using "Switch" was a cool thing to do, at least for relatively light-duty code (whether used in "production" or not), but it really only provides a small syntactic advantage, and makes it a lot harder to understand what's going on.

  • Comment on Re: question regarding using Switch.pm in production use