IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2004, 11:58:22 AM (22 years ago)
Author:
jhoblitt
Message:

add whitespace rules for quoting functions

File:
1 edited

Legend:

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

    r2350 r2351  
    1 %%% $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    165165# Copyright (C) 2004  Joshua Hoblitt
    166166#
    167 # $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
     167# $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
    168168
    169169use 5.008005;   # optional
     
    222222# Copyright (C) 2004  Joshua Hoblitt
    223223#
    224 # $Id: perlCodeConventions.tex,v 1.7 2004-11-12 21:53:55 jhoblitt Exp $
     224# $Id: perlCodeConventions.tex,v 1.8 2004-11-12 21:58:22 jhoblitt Exp $
    225225
    226226package Foo;
     
    836836\end{verbatim}
    837837
    838 \item
    839 The word \code{assert} should be treated as a keyword, and
    840 separated by a space from its logical expression.
     838\item
     839Built-in quoting functions should have spaces between their parameters and the
     840opening/closing delimiters.
     841
     842\begin{verbatim}
     843my @things = qw( foo bar baz );
    841844\end{itemize}
    842845
Note: See TracChangeset for help on using the changeset viewer.