Changeset 8423 for trunk/doc/misc/perlCodeConventions.tex
- Timestamp:
- Aug 18, 2006, 12:28:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r8278 r8423 1 %%% $Id: perlCodeConventions.tex,v 1.4 7 2006-08-11 01:14:33jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.48 2006-08-18 22:28:38 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 433 433 \begin{verbatim} 434 434 =for off 435 if ($foo) { 436 print("foo"); 437 } 438 =cut 439 \end{verbatim} 440 441 Example of temporarily reactivating disabled code. 442 443 \begin{verbatim} 444 #=for off 435 445 if ($foo) { 436 446 print("foo");
Note:
See TracChangeset
for help on using the changeset viewer.
