IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3087


Ignore:
Timestamp:
Jan 24, 2005, 3:50:13 PM (21 years ago)
Author:
jhoblitt
Message:

add body section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/perlCodeExamples/foo.pl

    r3042 r3087  
    33# Copyright (C) 2004  Author's Name
    44#
    5 # $Id: foo.pl,v 1.1 2005-01-18 23:25:09 jhoblitt Exp $
     5# $Id: foo.pl,v 1.2 2005-01-25 01:50:13 jhoblitt Exp $
    66
    77use 5.008005;                           # optional
     
    1818my $baz;                                # is a lexical variable in the top level scope
    1919
    20 sub fuu
     20fuu();                                  # the body of the script
     21
     22sub fuu                                 # subroutines
    2123{
    2224
Note: See TracChangeset for help on using the changeset viewer.