NAME
Data::Validate::Chemistry - Validate common chemical identifiers
SYNOPSIS
"OK\n"
if
is_CAS_number(
'7732-18-5'
);
"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.