Re: Perl ENV variable
n\n$ENV{GATEWAY_INTERFACE} \n"; foreach $var (sort keys %ENV) { print "\$ENV{$var} $ENV{$var}\n"; } print "\n"; print "Also of note: \$0 is $0 time is " . (time) . " time is " . (scalar localtime) ." "; -- David H
Re: HTML LOGIN
features of HTML::form, but surely it will accept the contents of the form in lieu of a URL. Hope this helps, -dave -- David Hempy Internet Database Administrator Kentucky Educational Television - Distance Learning Division <[EMAIL