![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^4: how to check syntax of code inside a scalar?by snoopy (Curate) |
on Aug 04, 2010 at 21:55 UTC ( #852982=note: print w/replies, xml ) | Need Help?? |
This does however seem to match the perl -c syntax check. From perlrun:
-c causes Perl to check the syntax of the program and then exit without executing it. Actually, it will execute "BEGIN", "UNITCHECK", "CHECK", and "use" blocks, because these are considered as occurring outside the execution of your program. "INIT" and "END" blocks, however, will be skipped.
In Section
Seekers of Perl Wisdom
|
|