INCLUDED FILES: formtest.cgi A perl CGI script to test WWW forms. Works with GET or POST submissions. wwwgrab Grab Web pages from the shell (used as reference). wwwpost POST form(s) from datafile to CGI script on the Web. post.dat Sample datafile used by wwwpost. Data should be raw url-encoded form data with one complete form per line (blank lines ignored). wwwpost.alt Since I was not sure if there were any line breaks (newline) in form data this script would work for multi-line data or wordwrapped data. Each form is separated by a random string. postalt.dat Sample datafile for wwwpost.alt. If use the zip (DOS/Win) version of these files for use on a UNIX system make sure you upload as ASCII with a program that strips carriage returns (not binary or zmodem). David Efflandt efflandt@xnet.com