|
Business::FR::SSN - Verify French SSN |
Business::FR::SSN - Verify French SSN (Social Security Number / Numéro de Sécurité Sociale)
use Business::FR::SSN;
This module verifies SSN (numéro de sécurité sociale), which are french people identification. This module cannot tell if a SS references a real person, but it can tell you if the given SS is properly formatted.
new([$ssn])ssn([$ssn])is_valid([$ssn])get_sex()get_birth_year()get_birth_month()get_birth_department()
Please report any requests, suggestions or bugs via the RT bug-tracking system at http://rt.cpan.org/ or email to bug-Business-FR-SSN\@rt.cpan.org.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-FR-SSN is the RT queue for Business::FR::SSN. Please check to see if your bug has already been reported.
Copyright 2004
Fabien Potencier, fabpot@cpan.org
This software may be freely copied and distributed under the same terms and conditions as Perl.
perl(1).
|
Business::FR::SSN - Verify French SSN |