Re: How do I recognize request from a mobile phone

2010-09-28 Thread Jeff Pang
2010/9/28 Ramprasad Prasad > > But which perl module do I use for recognizing the UA. > > I use Mobile::UserAgent  , but what if there is a new Mobile in the market. > Will the useragent also be recognized > > This is decided by the client which sends the requests. If the request sent by client

Re: How do I recognize request from a mobile phone

2010-09-28 Thread Jeff Pang
You can differ the requests by user-agent. http://en.wikipedia.org/wiki/User_agent 2010/9/28 Ramprasad Prasad : > I need to display  WAP version of pages  when accessed from mobile, else WEB > version > > What is the best of doing this > > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.or

How do I recognize request from a mobile phone

2010-09-28 Thread Ramprasad Prasad
I need to display WAP version of pages when accessed from mobile, else WEB version What is the best of doing this -- Thanks Ram n