#!/usr/bin/perl #------------------------------------------------------------------------------- # Copyright (c) 2001, Space Radiation Lab (SRL), #  California Institute of Technology. All rights reserved. # Unauthorized reproduction prohibited. #------------------------------------------------------------------------------- # Author: Glenn R. Hamell # Filename: filename # Revision: 1.0 # Orig Date: 2001 Mar 21 # Last Mod: 2001 Mar 21 #+------------------------------------------------------------------------------ # Module: (module filename) # # Purpose: # # Procedures: (one line per procedure name within the module, followed by a # brief description of the procedure.) # # Calling Sequence: (The calling sequence line shall contain the methods # in which module can be called from other programs. # Options & arguments shall be described along with any data types.) # # Inputs: # # Outputs: # # Keywords: # # Returns: (for Function only) # # History: # 2001 Mar 21 GRH # Created. #------------------------------------------------------------------------------- use CGI qw(:standard); print header; print start_html(-title=>'GCR Spectra', -bgcolor=>'#000000', -background=>'/images/spacback.gif', -text=>'#CCFFFF', -link=>'#CCFFCC'), '
', '', '', 'ACE logo ', '', '', 'ASC logo ', '', h1('Calculated GCR Spectra'), p, 'ACE Science Center', '', '
', br, p; ################# END OF RoutineName #########################