#!/usr/bin/perl
print "Content-type:text/html\r\n\r\n";
$ver = "verdana";
$fon = 3;
print "";
print "calling library... ";
print "Demonstrates dynamic vocabulary construction defined by user and agent parameters
";
require "newVerbVocab.lib";
&newVerb_vocab;
# $new_words = &newVerb_vocab;
# print $new_words;
# print &newVerb_vocab;