#!usr/bin/perl

=head1 NAME

<program>.pl - <briefly describe your program - one sentence>

=head1 SYNOPSIS
 
<This is a fuller description of the program.>

=head1 USAGE

Usage: <program.pl> OUTPUT INPUT [OPTIONS]

=head1 INPUT

<Describe your input. Is it a FILE, or a TERM, or a CUI>

=head1 Optional Arguments:

Displays the quick summary of the program options.

=head2 --<option>

Describe the option. 

=head2 --version

Displays the version information.

=head2 --help

Displays the quick summary of program options.

=head1 OUTPUT

<Describe our output.> 

=head1 SYSTEM REQUIREMENTS

=over

=item * Perl (version 5.8.5 or better) - http://www.perl.org

=item * <Any other additional requirements>

=back

=head1 CONTACT US

    If you have trouble installing and excecuting <program>.pl 
    please contact us at: 

    btmcinnes at vcu dot edu
    <your email address>

=head1 Author

 <Your Name and Affiliation>
 Bridget T. McInnes, Virginia Commonwealth University

=head1 COPYRIGHT

Copyright (c) 2015

 Bridget T. McInnes, Virginia Commonwealth University 
 bthomson at vcu dot edu

 <Your Name and Affiliation>
 <Your email address> 
                     
This program is free software; you can redistribute it and/or modify it 
under the terms of the GNU General Public License as published by the Free 
Software Foundation; either version 2 of the License, or (at your option) 
any later version.

This program is distributed in the hope that it will be useful, but WITHOUT 
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with 
this program; if not, write to:

 The Free Software Foundation, Inc.,
 59 Temple Place - Suite 330,               
 Boston, MA  02111-1307, USA.          
  
=cut

##########################################################################

                        #   CODE STARTS HERE

##########################################################################

