HTTP_ACCEPT* keys in your %ENV should contain what you are looking for:
#!/usr/bin/perl print "Content-type: text/plain\r\n\r\n"; while (($key, $value) = each %ENV) { print "$key\t$value\n"; }
Ciao, Valerio
In reply to Re: getting header sent from the browser
by valdez
in thread getting header sent from the browser
by hotshot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |