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


in reply to How can I get information about the user's browser?

Or, slap this in a page and see the entire environment that is passed in the request:

use Env; print "<!--\n"; foreach $parameter ( sort keys %ENV ) { print "$parameter is: $ENV{$parameter}\n"; }