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

NAME

Data::ChineseESP - Chinese big email service providers

VERSION

Version 0.02

SYNOPSIS

Dump Chinese big email service providers, for antispam purpose etc.

If you have found a new one, please contact me to update the list.

    use Data::ChineseESP;
    use Data::Dumper;

    my $esp = Data::ChineseESP->new();
    print Dumper $esp->dump;

SUBROUTINES/METHODS

new

    my $esp = Data::ChineseESP->new();

dump

    my $hash_ref = $esp->dump;

AUTHOR

Joel Peng, <jpeng at cpan.org>

BUGS

Please report any bugs or feature requests to bug-data-chineseesp at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-ChineseESP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Data::ChineseESP

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2019 by Joel Peng.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)