I'd like to be able to capture some remote information when a user logs into and uses a CGI script, but I'm not sure I understand how? I can do it using an echo and cat as in:
>>#!/usr/local/sh >>Echo REMOTE_ADDR = $REMOTE_ADDR >>Cat But what I can't do is put that with in a standard perl script. Something basic: >>#!/usr/bin/perl >>Print "<html>\n"; >>Print "<head><title>Whatever you call it</title></head>\n"; And so on..... I'd also like to be able to grab the session Id number. Please help. Thank you, Mark-Nathaniel Weisman MCP, CNA, A+, MOUS MI Network Systems Administrator Career Academy MIS Department Anchorage, AK -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]