in reply to Re^5: Syntax error makes perl hang
in thread Syntax error makes perl hang
Sure. The question is, why is it building the array during a -c check? I guess if perl sees that neither the start nor the end can vary, then it does it at compile time, otherwise it differs it to runtime. That feels weird to me, and obviously to a few others as well. Although further checking shows that it is at least consitent, and not dependent on what charactes are use (which is what i thought before).
|
|---|