in reply to Embedded Syntax Checker?
-c causes Perl to check the syntax of the program and then exit without executing it. Actually, it will execute "BEGIN", "CHECK", and "use" blocks, because these are considered as occurring outside the execu- tion of your program. "INIT" and "END" blocks, how- ever, will be skipped.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Embedded Syntax Checker?
by Anonymous Monk on Apr 21, 2004 at 16:08 UTC |