
allwords.cgi - CGI script implementing a portion of a web interface for WordNet::AllWords

read input data
connect to allwords_server.pl
send input data to the server
Get results from the server
Display results

This script works in conjunction with allwords_server.pl to provide a web interface for WordNet::AllWords. The html file, htdocs/allwords/allwords.html posts the data entered by the user to this script. The data is written in a file and sent to the server line by line. Then it waits for the server to send results. After receiving results, they are displayed to the user.

Varada Kolhatkar, University of Minnesota, Duluth kolha002 at d.umn.edu Ted Pedersen, University of Minnesota, Duluth tpederse at d.umn.edu
This document last modified by : $Id: allwords.cgi,v 1.7 2008/03/15 22:23:12 kvarada Exp $

allwords_server.pl, README.web.pod

Copyright (c) 2008, Varada Kolhatkar, Ted Pedersen, Jason Michelizzi
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Note: a copy of the GNU Free Documentation License is available on the web at http://www.gnu.org/copyleft/fdl.html and is included in this distribution as FDL.txt.