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

NAME

Data::Validate::Chemistry - Validate common chemical identifiers

SYNOPSIS

    use Data::Validate::Chemistry qw( is_CAS_number is_European_Community_number );

    print "OK\n" if is_CAS_number( '7732-18-5' );
    print "OK\n" if is_European_Community_number( '200-003-9' );

DESCRIPTION

Data::Validate::Chemistry validates some of the common chemical identifiers, namely, CAS and European Community numbers.

AUTHORS

Andrius Merkys, merkys AT cpan DOT org

COPYRIGHT & LICENSE

Copyright 2020 Andrius Merkys

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