Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ccccff
langperl
my $result = compute_number();
print "The result is $result\n";

Related Guidelines

CERT C ++ Secure Coding Standard: DCL31-CPP. Declare identifiers before using them
CERT C Secure Coding Standard: DCL31-C. Declare identifiers before using them

...

Bibliography

Wiki Markup
\[seccode:[Wall 2011|AA. Bibliography#Manpages]\] [perldiag|http://perldoc.perl.org/perldiag.html], [perlfunc|http://perldoc.perl.org/perlfunc.html]

...