IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2006, 12:28:38 PM (20 years ago)
Author:
jhoblitt
Message:

add re-enabled Pod comment code example

File:
1 edited

Legend:

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

    r8278 r8423  
    1 %%% $Id: perlCodeConventions.tex,v 1.47 2006-08-11 01:14:33 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.48 2006-08-18 22:28:38 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    433433\begin{verbatim}
    434434    =for off
     435    if ($foo) {
     436        print("foo");
     437    }
     438    =cut
     439\end{verbatim}
     440
     441Example of temporarily reactivating disabled code.
     442
     443\begin{verbatim}
     444    #=for off
    435445    if ($foo) {
    436446        print("foo");
Note: See TracChangeset for help on using the changeset viewer.