The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTTP::Browscap - Provides info on web browser capabilities

SYNOPSIS

 use HTTP::Browscap;
 my $browser = new HTTP::Browscap;

 print $browser->property( { browser  => 'Mozilla/4.03 (Win16; I)',
                             property => 'tables' } );

DESCRIPTION

This module provides information on a web browsers capabilities (eg - table support, frame support), the browser being identified by its "User Agent" string. This will use the existing Microsoft browscap.ini database, a version of which is freely downloadable and actively maintained at http://www.browserhawk.com/browscap/