no actaully, suppose there is a site..at the end of the day I need to get a
statistics like

how many users have used...Internet Explorer...how many Netscape...How many
otheres.....

I think there should be some module which tells abt browser properties..

Anish

----- Original Message -----
From: "Chris Devers" <[EMAIL PROTECTED]>
To: "Anish Kumar K." <[EMAIL PROTECTED]>
Cc: "beginners perl" <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 9:37 PM
Subject: Re: Browser Properties


> 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>


Reply via email to