Changeset 2408
- Timestamp:
- Nov 23, 2004, 1:16:18 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2407 r2408 1 %%% $Id: perlCodeConventions.tex,v 1. 29 2004-11-23 23:12:00jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.30 2004-11-23 23:16:18 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 472 472 In almost all situations with the exception of when parameters are being passed 473 473 into a subroutine or variables are highly related \emph{and} the intent is 474 plainly obvious. 474 plainly obvious. If there is any doubt as to the appropriate style to use 475 place one declaration per line. 475 476 476 477 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
