--- nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm 2002/05/06 03:46:22 1.1 +++ nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm 2002/05/06 19:51:21 1.5 @@ -19,7 +19,7 @@ # module. # # NSDL ---------> Gateway --------> LON-CAPA -# LON-CAPA =====> Gateway --------> NSDL +# LON-CAPA -----> Gateway ========> NSDL # # SUBROUTINES: # NSDL->view_LONCAPAgateway_results @@ -39,7 +39,7 @@ package Apache::NSDL::FromTheGateway; use strict; # enforce handling of variables, references and subroutines # ============================================================ MODULE VARIABLES -my $VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/); +my $VERSION = sprintf("%d.%02d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/); # ================================================================= SUBROUTINES @@ -96,7 +96,7 @@ module. NSDL ---------E Gateway --------E LON-CAPA -B> Gateway --------E NSDL +LON-CAPA -----E B NSDL> =head2 EXIT CODES @@ -167,6 +167,10 @@ This facilitates the viewing of LON-CAPA B GATEWAY>. +=item B + +n/a + =back =item B @@ -188,6 +192,10 @@ A pointer to the metadata. This provides the content of the resource matching a given request. B GATEWAY>. +=item B + +n/a + =back =item B @@ -198,17 +206,21 @@ B - Scalar string, Scalar string +=item B - Scalar string, Scalar string reference. 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 This accepts access to a LON-CAPA resource. B GATEWAY>. +=item B + +n/a + =back =item B @@ -233,6 +245,10 @@ request to the NSDL-LONCAPA Gateway Serv This launches the search request and receives a pointer as to where the results will be. +=item B + +n/a + =back =back