Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
-
DCL03-PL. Do not read a foreach iterator variable after the loop has completed (SEI CERT Perl Coding Standard)
-
DCL02-PL. Any modified punctuation variable should be declared local (SEI CERT Perl Coding Standard)
-
DCL01-PL. Do not reuse variable names in subscopes (SEI CERT Perl Coding Standard)
-
-
EXP06-PL. Do not use an array in an implicit scalar context (SEI CERT Perl Coding Standard)
-
EXP04-PL. Do not mix the early-precedence logical operators with late-precedence logical operators (SEI CERT Perl Coding Standard)
-
EXP03-PL. Do not diminish the benefits of constants by assuming their values in expressions (SEI CERT Perl Coding Standard)
-
-
MSC60-J. Do not use assertions to verify the absence of runtime errors (SEI CERT Oracle Coding Standard for Java)