in reply to Re^3: Syntax checking without BEGIN blocks
in thread Syntax checking without BEGIN blocks
doesn't solve the OP's problemI think it does. He wants to syntax-check code before examining it for security issues. He'd do that for each phase. It's not an all-at-once syntax check, but it does allow syntax-check-before-running.
The reason I don't know the order of processing of special blocks other than BEGIN is that I have no reason to know. I don't use them. Someone who thinks I should look up something I don't use has a serious proctological issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Syntax checking without BEGIN blocks
by diotalevi (Canon) on May 03, 2006 at 13:53 UTC | |
|
Re^5: Syntax checking without BEGIN blocks
by adrianh (Chancellor) on May 03, 2006 at 10:27 UTC |