IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2591 for trunk/doc/misc/foo.pl


Ignore:
Timestamp:
Dec 1, 2004, 12:34:23 PM (22 years ago)
Author:
jhoblitt
Message:

only use source code I hold the copyright on for examples
LaTeX formatting
document formatting
grammar and spelling fixes
misc example corrections
misc corrections
moved example source code to appendix
added several new programming practices

File:
1 edited

Legend:

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

    r2409 r2591  
    11#!/usr/bin/perl
    22
    3 # Copyright (C) 2004  Joshua Hoblitt
     3# Copyright (C) 2004  Author's Name
    44#
    55# $Id$
     
    2525__END__
    2626
    27 ...
     27=pod
     28
     29=head1 NAME
     30
     31foo.pl - Does something with Baz.
     32
     33=head1 SYNOPSIS
     34
     35    foo.pl --baz
     36
     37    ...
     38
     39=head1 DESCRIPTION
     40
     41=head1 OPTIONS
     42
     43=over 4
     44
     45=item * --baz
     46
     47=back
     48
     49=head1 DEVELOPER NOTES
     50
     51=head1 REFERENCES
     52
     53=head1 CREDITS
     54
     55Just me, myself, and I.
     56
     57=head1 SUPPORT
     58
     59Please contact the author directly via e-mail.
     60
     61=head1 AUTHOR
     62
     63Principle authors and contact info.
     64
     65=head1 COPYRIGHT
     66
     67Copyright (C) 2004  Author's Name.  All rights reserved.
     68
     69This program is free software; you can redistribute it and/or modify it under
     70the terms of the GNU General Public License as published by the Free Software
     71Foundation; either version 2 of the License, or (at your option) any later
     72version.
     73
     74This program is distributed in the hope that it will be useful, but WITHOUT ANY
     75WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     76PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     77
     78You should have received a copy of the GNU General Public License along with
     79this program; if not, write to the Free Software Foundation, Inc., 59 Temple
     80Place - Suite 330, Boston, MA  02111-1307, USA.
     81
     82The full text of the license can be found in the L<perlgpl> Pod as supplied
     83with Perl 5.8.1 and later.
     84
     85=head1 SEE ALSO
     86
     87L<Bar::Baz>
     88
     89=cut
Note: See TracChangeset for help on using the changeset viewer.