# The LearningOnline Network with CAPA # Metadata Database Handler # # 02/20/2001 Scott Harrison package Apache::lonsql; use strict; use Opcode; use Apache::lonnet; use Apache::Constants qw(:common :http); # ================================================================ Main handler # # Interactive call to screen # # sub handler { my $r=shift; my $output=<Test output message for lonsql.pm END $r->print($output); return OK; } 1;