Re: Perl ENV variable

2001-05-22 Thread David Hempy
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

2001-05-21 Thread David Hempy
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