Return to lonsql.pm CVS log | Up to [LON-CAPA] / loncom / metadata_database |
1.1 ! harris41 1: # The LearningOnline Network with CAPA ! 2: # Metadata Database Handler ! 3: # ! 4: # 02/20/2001 Scott Harrison ! 5: ! 6: package Apache::lonsql; ! 7: ! 8: use strict; ! 9: ! 10: ! 11: ! 12: ! 13: ! 14: 1;