- From: (unknown charset) Douglas Nusbaum <Dpaladin@ix.netcom.com>
- Date: Mon, 09 Feb 1998 15:40:32 -0800
- To: (unknown charset) www-jigsaw@w3.org
To whom it may concern: Despite the fact that the turorial isn't (tutorials are RICH in examples) and the documentation was either never prooread, or, if it was, was done by someone whose grasp of English is minimal, I have sort of figured out this works. I now come to an insurmountable problem. Apparently there is something called $ENV. This is the array that contains all or most system environmental variables. This array is not in the documentation (A text search on all Jigsaw files failed to find it). When a perl script is run from dos, or one of my other servers, it returns numerous variables & their values. Under Jigsaw I get 1 (ONE). Specifically, content length. Website, on the otherhand shows USERNAME = Administrator SERVER_SOFTWARE = WebSite/1.1f1 DOCUMENT_ROOT = I:\WebSite\htdocs\ GATEWAY_INTERFACE = CGI/1.3 (DOS) PROCESSOR_IDENTIFIER = x86 Family 5 Model 2 Stepping 12, GenuineIntel PROCESSOR_ARCHITECTURE = x86 OS = Windows_NT CLASSPATH = .;G:\jdk1.1.5\lib;I:\jigsaw\classes\jigsaw.zip REMOTE_ADDR = 127.0.0.1 REQUEST_METHOD = POST WINDIR = H:\WIN_NT HTTP_ACCEPT = I:\WebSite\cgi-temp\5acws.acc OUTPUT_FILE = I:\WebSite\cgi-temp\5acws.out TMP = H:\TEMP ACCEPT_LANGUAGE = en TEMP = d:\TEMP SERVER_NAME = localhost PROCESSOR_LEVEL = 5 OS2LIBPATH = H:\WIN_NT\system32\os2\dll; ACCEPT_CHARSET = iso-8859-1,*,utf-8 CONTENT_FILE = I:\WebSite\cgi-temp\5acws.inp SERVER_PORT = 80 EXTENSION = Security/Remote-Passphrase HOST = localhost SERVER_ADMIN = webmaster@my-nt.computer SYSTEMDRIVE = H: HOMEDRIVE = H: SERVER_PROTOCOL = HTTP/1.0 SYSTEMROOT = H:\WIN_NT HTTP_REFERER = http://localhost/gvp3/html_templates/signin.html COMSPEC = H:\WIN_NT\system32\cmd.exe DEBUG_MODE = NO HTTP_USER_AGENT = Mozilla/4.04 [en] (WinNT; U) PATH = I:\perl_NT\bin;H:\WIN_NT\system32;H:\WIN_NT;H:;E:\WINDOWS\SYSTEM;C:\C_NEWEST\BIN\;i:\Hotjava\bin;i:\Hotjava\runtime\bin;G:\;c:;C:\EDITORS\QEDIT;C:\;C:\UTIL\IN_USE;C:\UTIL\FILE_UTL PROCESSOR_REVISION = 020c TZ = XXX+08:00YYY GMT_OFFSET = -28800 NUMBER_OF_PROCESSORS = 1 COMPUTERNAME = MY-NT-COMPUTER USERPROFILE = H:\WIN_NT\Profiles\Administrator HTTP_KEEP_ALIVE = NO SCRIPT_NAME = /gvp3/cgi-bin/signin.cgi INSTANTCOFFEEPATH = i:\javatools\program HOMEPATH = \ USERDOMAIN = MY-NT-COMPUTER CONTENT_LENGTH = 33 CONTENT_TYPE = application/x-www-form-urlencoded Because the $ENV is not complete, I can not test for the user method - viz POST or GET. Please help or advise
Received on Monday, 9 February 1998 18:44:31 UTC