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
In reply to Re: About server information
by projekt21
in thread About server information
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |