As for "perl -c" catching all "strict" errors, these files definitely compile, but it doesn't catch problems like the following:
use strict; my $try = $ARGV[0]; if ($try) { my $var = 'joe'; $$var = 'test'; }
In reply to Re^2: turn off strict for production code
by blahblahblah
in thread turn off strict for production code
by blahblahblah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |