/* gather.cpp fragments from a working CGI script */ #include // for "cout <<" ... [much snippage] ... int main(int argc, char *argv[]){ cout << "Content-type: text/html\n\n"; cout << "\n" "\n" "\n" "\n" "results\n" "\n" "\n" "

Neighborhood Video Store

\n" // // "Index\n" // // /* "
\n" "

\n" "

\n" "

\n" */ // "

Results:\n" "

\n"
	//
	;


	cout <<
	//
	"
\n" // // // // "
" "" //"Database Management
\n" "Index\n" "
\n" "

Last compiled " __DATE__ " " __TIME__ " from " __FILE__ "\n" "

Please send suggestions to:
\n" "Webmaster:
\n" "David Cary
\n" "d.cary@ieee.org\n" "

\n" "\n" "\n" ; return(0);//success. } /* end main */ /* end gather.cpp */