IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2399


Ignore:
Timestamp:
Nov 22, 2004, 4:49:54 PM (22 years ago)
Author:
jhoblitt
Message:

change some \subsection -> \subsubsection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/perlCodeConventions.tex

    r2398 r2399  
    1 %%% $Id: perlCodeConventions.tex,v 1.23 2004-11-23 02:38:16 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.24 2004-11-23 02:49:54 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    10481048\end{verbatim}
    10491049
    1050 \subsection{\$\_}
     1050\subsubsection{\$\_}
    10511051
    10521052Use of the ``default'' variable (\code{$_}) should be avoided.
     
    10591059\end{verbatim}
    10601060
    1061 \subsection{FileHandles}
     1061\subsubsection{FileHandles}
    10621062
    10631063Don't use ``bare-words'' as filehandles except for \code{STDIN}, \code{STDOUT},
     
    10701070\end{verbatim}
    10711071
    1072 \subsection{System Calls}
     1072\subsubsection{System Calls}
    10731073
    10741074Always check the return code of system calls.
Note: See TracChangeset for help on using the changeset viewer.