#!/usr/opt/bin/perl
	nw_sql_connect (nw_db_nm (), "ownereditor");
	use Inline C => Config =>
LIBS => '-L/usr/opt/nwis/lib -lnw';
use Inline C <<END_OF_C_CODE;
#include "nw.h"
    END_OF_C_CODE;
