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

NAME

IP::QQWry::Decoded - a simple interface for QQWry IP database(file).

SYNOPSIS

    use IP::QQWry::Decoded;
    my $qqwry = IP::QQWry::Decoded->new('QQWry.Dat', 'gbk');
    my $info = $qqwry->query('166.111.166.111');

DESCRIPTION

Use this to get decoded info.

SEE ALSO

IP::QQWry

AUTHOR

sunnavy <sunnavy@gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2006-2011, sunnavy <sunnavy@gmail.com>.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.