Diff for /loncom/interface/lontest.pm between versions 1.20 and 1.21

version 1.20, 2008/11/14 21:26:54 version 1.21, 2008/11/20 15:19:39
Line 27 Line 27
 #  #
 #  #
   
 =head1 NAME  
   
 Apache::lontest;  
   
 =head1 SYNOPSIS  
   
 Used for debugging and testing the LONCAPA  
 system.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =head1 HANDLER SUBROUTINE  
   
 handler()  
   
 =head1 OTHER SUBROUTINES  
   
 =over  
   
 =item *  
   
 section() :   
   
 section takes one env var name as input, and returns  
 what section the given env var is in, which is the part  
 of the env var before the first period.  
 Returns the section, or blank string for 'no section',  
 which is normal for the standard env vars like REQUEST_URI.  
   
 =item *  
   
 print_hash()  
   
 =item *  
   
   
   
   
 =back  
   
 =cut  
   
 package Apache::lontest;  package Apache::lontest;
   
Line 193  __END__ Line 151  __END__
   
   
   
   =head1 NAME
   
   Apache::lontest;
   
   =head1 SYNOPSIS
   
   Used for debugging and testing the LONCAPA
   system.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =head1 HANDLER SUBROUTINE
   
   handler()
   
   =head1 OTHER SUBROUTINES
   
   =over
   
   =item  section() : 
   
   section takes one env var name as input, and returns
   what section the given env var is in, which is the part
   of the env var before the first period.
   Returns the section, or blank string for 'no section',
   which is normal for the standard env vars like REQUEST_URI.
   
   =item  print_hash()
   
   =back
   
   =cut
   
   
   

Removed from v.1.20  
changed lines
  Added in v.1.21


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