Here's how to find out:
#!/usr/bin/perl -w use CGI; my $q = CGI->new(); $q->header( 'text/plain' ); while (my ($key, $value) = each %ENV) { print "$key => $value\n"; }
In reply to Re: Logging through a .htaccess dialog
by chromatic
in thread Logging through a .htaccess dialog
by Nik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |