Index: trunk/doc/misc/perlCodeConventions.tex
===================================================================
--- trunk/doc/misc/perlCodeConventions.tex	(revision 2398)
+++ trunk/doc/misc/perlCodeConventions.tex	(revision 2399)
@@ -1,3 +1,3 @@
-%%% $Id: perlCodeConventions.tex,v 1.23 2004-11-23 02:38:16 jhoblitt Exp $
+%%% $Id: perlCodeConventions.tex,v 1.24 2004-11-23 02:49:54 jhoblitt Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1048,5 +1048,5 @@
 \end{verbatim}
 
-\subsection{\$\_}
+\subsubsection{\$\_}
 
 Use of the ``default'' variable (\code{$_}) should be avoided.
@@ -1059,5 +1059,5 @@
 \end{verbatim}
 
-\subsection{FileHandles}
+\subsubsection{FileHandles}
 
 Don't use ``bare-words'' as filehandles except for \code{STDIN}, \code{STDOUT},
@@ -1070,5 +1070,5 @@
 \end{verbatim}
 
-\subsection{System Calls}
+\subsubsection{System Calls}
 
 Always check the return code of system calls.
