> -----Original Message-----
> From: Edwin Pratomo [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 29, 2000 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Browser Sniffing
>
>
> Ask Bjoern Hansen wrote:
> >
> > On Thu, 29 Jun 2000, Drew Taylor wrote:
> >
> > > I'm hoping it's been done already, because the user-agent
> strings are
> > > terribly inconsistent...
> >
> > I needed something like that once and ended up with this:
> >
> > sub UA {
> > my $ua = shift;
> > my $n = "";
> > my $v = "";
> .....
>
> this doesn't seem to be aware of either WAP browsers or the emulators.
> A typical usage of this is to return WML pages if the request
> comes from
> a WAP browser, otherwise return html pages.
Palm VII is reported to return Mozilla/2.0 (compatible; Elaine/1.0)
for what it's worth...
--Geoff
>
> Regards,
> Edwin..
>