NAME
WWW::MobileDevice - Perl extension for mobile device detection
SYNOPSIS
use WWW::MobileDevice;
if (mobile_device()) {
# display page for mobile device
} else {
# display standard page
}
DESCRIPTION
Detects mobile devices. Conforms to http://detectmobilebrowsers.com
EXPORT
mobile_device()
SEE ALSO
AUTHOR
Kiel R Stirling, kielstr@cpan.org
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Kiel R Stirling
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.