http://qs321.pair.com?node_id=278828


in reply to About server information

Are you running this on a command line? Then your output is right, as none of those environment variables are set.

chmod +x your file, place it in your cgi-bin directory and call it via a browser.

and always "use CGI" ...

use CGI; my $q = CGI->new; print $q->header; print "<HTML>", "\n"; # .....

alex pleiner <alex@zeitform.de>
zeitform Internet Dienste