Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

parse_one(
xpath => q(//tr[@bgcolor="#FFFFFF"]/td[@rowspan="5"]/..),
scraper => scraper {
col 1 => 'model' => 'TEXT';
col 2 => 'user_agent' => 'TEXT';
},
);
1;
__END__
=head1 NAME
WWW::MobileCarrierJP::ThirdForce::UserAgent - get UserAgent informtation from ThirdForce site.(OBSOLETE)
=head1 SYNOPSIS
(OBSOLETE)
=head1 DESCRIPTION
THIS MODULE IS OBSOLETE.
YOU SHOULD USE ThirdForce::HTTPHeader & ThirdForce::Service.
This module is no longer supported.
You should also strongly avoid the use of this module.
=head1 AUTHOR
Tokuhiro Matsuno < tokuhirom gmail com >
=head1 SEE ALSO
L<WWW::MobileCarrierJP>