Diff for /nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm between versions 1.1 and 1.4

version 1.1, 2002/05/06 03:46:22 version 1.4, 2002/05/06 04:17:27
Line 19 Line 19
 # module.  # module.
 #  #
 # NSDL ---------> Gateway --------> LON-CAPA  # NSDL ---------> Gateway --------> LON-CAPA
 # LON-CAPA =====> Gateway --------> NSDL  # LON-CAPA -----> Gateway ========> NSDL
 #  #
 # SUBROUTINES:  # SUBROUTINES:
 # NSDL->view_LONCAPAgateway_results  # NSDL->view_LONCAPAgateway_results
Line 96  module. Line 96  module.
   
 NSDL ---------E<gt> Gateway --------E<gt> LON-CAPA  NSDL ---------E<gt> Gateway --------E<gt> LON-CAPA
   
 B<LON-CAPA =====E<gt>> Gateway --------E<gt> NSDL  LON-CAPA -----E<gt> B<Gateway ========E<gt> NSDL>
   
 =head2 EXIT CODES  =head2 EXIT CODES
   
Line 198  B<The information has passed to NSDL I<f Line 198  B<The information has passed to NSDL I<f
   
 Identifier for LON-CAPA resource.  Identifier for LON-CAPA resource.
   
 =item B<Output> - Scalar string, Scalar string  =item B<Output> - Scalar string, Scalar string reference.
   
 An exit code is returned as a scalar string.  An exit code is returned as a scalar string.
   
 A list of records returned via an array reference.  Pointer to information about accessing LON-CAPA resource.
   
 =item B<Description>  =item B<Description>
   

Removed from v.1.1  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>