Index: trunk/doc/misc/perlCodeConventions.tex
===================================================================
--- trunk/doc/misc/perlCodeConventions.tex	(revision 2378)
+++ trunk/doc/misc/perlCodeConventions.tex	(revision 2379)
@@ -1,3 +1,3 @@
-%%% $Id: perlCodeConventions.tex,v 1.20 2004-11-16 23:40:04 jhoblitt Exp $
+%%% $Id: perlCodeConventions.tex,v 1.21 2004-11-17 00:08:50 jhoblitt Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -469,6 +469,6 @@
 
 Comments should not be used to comment out large sections of code.  When
-deactivating 2 or fewer lines of code a \code{#} should be used at the very
-beginning of the line(s).
+deactivating 2 or fewer lines of code a double hash (\code{##}) should be used
+at the very beginning of the line(s).
 
 Example of deactivating a single line code.
@@ -476,5 +476,5 @@
 \begin{verbatim}
         if ($foo) {
-    #        print("foo");
+    ##        print("foo");
         }
 \end{verbatim}
