version 1.1, 2002/05/07 14:01:30
|
version 1.2, 2002/05/07 14:04:07
|
Line 41 use strict; # enforce handling of variab
|
Line 41 use strict; # enforce handling of variab
|
my $VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); |
my $VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); |
|
|
# ================================================================= SUBROUTINES |
# ================================================================= SUBROUTINES |
|
|
|
|
# ---------------------------------------------- LONCAPA->answer_search_request |
# ---------------------------------------------- LONCAPA->answer_search_request |
sub answer_search_request { |
sub answer_search_request { |
Line 88 In terms of the overall data flow, the
|
Line 87 In terms of the overall data flow, the
|
'=====>' below indicates the role of this |
'=====>' below indicates the role of this |
module. |
module. |
|
|
NSDL ---------E<gt> B<Gateway ========E<gt> LON-CAPA> |
NSDL ---------E<gt> Gateway --------E<gt> LON-CAPA |
|
|
LON-CAPA -----E<gt> Gateway --------E<gt> NSDL |
B<LON-CAPA =====E<gt> Gateway> --------E<gt> NSDL |
|
|
=head2 EXIT CODES |
=head2 EXIT CODES |
|
|