Mobile::WURFL - List capabilities of mobile handsets using WURFL data


Mobile-WURFL documentation  | view source Contained in the Mobile-WURFL distribution.

Index


NAME

Top

Mobile::WURFL - List capabilities of mobile handsets using WURFL data

SYNOPSIS

Top

  #!/usr/bin/perl

  use Mobile::WURFL;

  my $wurfl = Mobile::WURFL->new({ bdb => $bdb_dir });
  my $handset = $wurfl->search('Nokia6610');
  printf "can handle gif? %s\n", $handset->gif ? 'yes':'no', "\n";




DESCRIPTION

Top

Beware: this is ALPHA software, not production ready!!!

The WURFL is an XML configuration file which contains information about capabilities and features of several wireless devices. WURFL means Wireless Universal Resource File and was created by Luca Passani and others. The official project site is:

  http://wurfl.sourceforge.net/

Mobile::WURFL provides a way to extract desired information from a WURFL configuration file. Refer to Mobile::WURFL::Resource for methods to retrieve, parse and store a WURFL file.

A Mobile::WURFL object can be used to retrive capabilities of mobile handsets; Mobile::WURFL provides the following methods:

new

Accepts option in a hash reference; available options are:

wurfl_bdb

sets the directory containing BerkeleyDB databases of handsets capabilities.

search

Accepts a user agent string as argument and returns a Mobile::WURFL::Device.

SEE ALSO

Top

Mobile::WURFL::Resource, Mobile::WURFL::Device

AUTHOR

Top

Valerio VALDEZ Paolini, <valdez@cpan.org>

COPYRIGHT AND LICENSE

Top


Mobile-WURFL documentation  | view source Contained in the Mobile-WURFL distribution.