in reply to Re^2: Syntax checking without BEGIN blocks
in thread Syntax checking without BEGIN blocks
I think you might have missed the point about begin blocks. In order for perl to check syntax it HAS to run the use statments, because the use statments can change perls syntax. Thinks like subs in the modules included could add behaviour to bare words, especialy subs with prototypes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Syntax checking without BEGIN blocks
by Anonymous Monk on Apr 28, 2006 at 15:30 UTC | |
by eric256 (Parson) on Apr 28, 2006 at 15:35 UTC | |
|