The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.