Changes between Version 4 and Version 5 of Features/SyntaxChecking
- Timestamp:
- 01/10/12 13:26:56 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/SyntaxChecking
v4 v5 9 9 == WARNING NOTE == 10 10 11 Syntax checking for Perl5 documents comes bundled with Padre. It is implemented using '''perl -c'''. This means that parts of the code actually get executed (e.g. '''BEGIN''' blocks). Malicious software might use dthis fact to damage your system11 Syntax checking for Perl5 documents comes bundled with Padre. It is implemented using '''perl -c'''. This means that parts of the code actually get executed (e.g. '''BEGIN''' blocks). Malicious software might use this fact to damage your system 12 12 {{{ 13 13 BEGIN {
