#!/usr/bin/perl use Apache(); use lib '/home/httpd/lib/perl'; use Apache::Constants qw(:common :http :methods); use CGI::Cookie(); use CGI qw(-compile standard); use HTTP::Headers(); use Apache::NSDL::ToTheGateway(); use Apache::LONCAPA::ToTheGateway(); 1;