On Wed, 17 Nov 2004, Anish Kumar K. wrote: > I wanted to print out the Browser Information....like internet > Explorer, Netscape, Firefox and some of its properties...Please let me > know with PERL CGI...There is any class
What browser information? The user agent string? That's just kept in $ENV{'HTTP_USER_AGENT'} There are plenty of examples out there of how to write a script that dumps out the contents of the %ENV hash. If this isn't what you're looking for, you're going to have to be more specific. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>